Skip to content

Commit

Permalink
fix meitrex common version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBredl committed May 28, 2024
1 parent 85c190b commit ce6c66c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@ repositories {
}

dependencies {
implementation('de.unistuttgart.iste.meitrex:meitrex-common') {
version {
branch = 'main'
}
}
implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.4'
implementation 'org.springframework.boot:spring-boot-starter-graphql'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
Expand All @@ -107,11 +103,7 @@ dependencies {
runtimeOnly 'org.postgresql:postgresql'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok'
testImplementation('de.unistuttgart.iste.meitrex:meitrex-common-test') {
version {
branch = 'dev'
}
}
testImplementation 'de.unistuttgart.iste.meitrex:meitrex-common-test:1.0.4'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.graphql:spring-graphql-test'
testImplementation 'org.springframework:spring-webflux'
Expand Down

0 comments on commit ce6c66c

Please sign in to comment.