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 c695b3f commit 8d5387f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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.3
core.version=1.4.0
service.name=i5.las2peer.services.tmitocar
service.class=TmitocarService
service.version=1.0.0
Expand Down
11 changes: 1 addition & 10 deletions las2peer-tmitocar-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ plugins {
repositories {
// Use JCenter for resolving dependencies.
mavenCentral()

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

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

dependencies {
Expand All @@ -24,7 +15,7 @@ dependencies {

// las2peer bundle which is not necessary in the runtime path
// compileOnly will be moved into the lib dir afterwards
implementation "i5:las2peer-bundle:${project.property('core.version')}"
implementation "io.github.rwth-acis.org.las2peer:las2peer-bundle:${project.property('core.version')}"

implementation "org.jacoco:org.jacoco.ant:0.8.5"
implementation "net.minidev:json-smart:1.3.1"
Expand Down

0 comments on commit 8d5387f

Please sign in to comment.