Skip to content

Commit

Permalink
update las2peer package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed May 22, 2024
1 parent c24cbb6 commit 2d340ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
core.version=1.2.2
core.version=1.4.0
service.name=i5.las2peer.services.openAIService
service.class=OpenAIService
service.version=1.0.0
Expand Down
7 changes: 1 addition & 6 deletions openai-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ plugins {
repositories {
// Use maven central for resolving dependencies.
mavenCentral()

// DBIS Archiva
maven {
url "https://archiva.dbis.rwth-aachen.de:9911/repository/internal/"
}
}


Expand All @@ -21,7 +16,7 @@ dependencies {
testImplementation "junit:junit:4.13.2"
// las2peer bundle which is not necessary in the runtime path
// compileOnly will be moved into the lib dir afterwards
compileOnly "i5:las2peer-bundle:${project.property('core.version')}"
compileOnly "io.github.rwth-acis.org.las2peer:las2peer-bundle:${project.property('core.version')}"

// Add service dependencies here
// example:
Expand Down

0 comments on commit 2d340ae

Please sign in to comment.