Skip to content

Commit

Permalink
refactor: delete old application module (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Nov 13, 2023
1 parent 34ed033 commit 44ee7fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
4 changes: 0 additions & 4 deletions application/build.gradle

This file was deleted.

This file was deleted.

7 changes: 3 additions & 4 deletions github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ plugins {
}

dependencies {
implementation 'io.quarkiverse.jgit:quarkus-jgit:3.0.5'
implementation 'io.quarkiverse.jgit:quarkus-jgit:3.0.5'
implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")
implementation 'io.quarkiverse.githubapi:quarkus-github-api:1.316.0'
implementation 'io.quarkus:quarkus-arc'
implementation "io.quarkus:quarkus-scheduler"
implementation 'io.quarkus:quarkus-smallrye-health'
implementation project(path: ':spoon-analyzer')
testImplementation 'io.quarkus:quarkus-junit5'
implementation project(path: ':spoon-analyzer')
testImplementation 'io.quarkus:quarkus-junit5'
implementation project(":code-transformation")
annotationProcessor("io.quarkus:quarkus-panache-common")
implementation("io.quarkus:quarkus-smallrye-graphql")
Expand All @@ -22,7 +22,6 @@ dependencies {
implementation("io.quarkus:quarkus-keycloak-authorization")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
implementation project(":application")
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.2"
testImplementation 'org.mockito:mockito-core:5.7.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}
rootProject.name = 'laughing-train-project'
include(':code-transformation',":commons", ":github-bot", ":application", ":matcher", ":spoon-analyzer")
include(':code-transformation',":commons", ":github-bot", ":matcher", ":spoon-analyzer")

0 comments on commit 44ee7fd

Please sign in to comment.