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 f0fc2a3 commit bb5f369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,14 @@ plugins {
repositories {
// Use maven central 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 {
// Use JUnit test framework.
testImplementation "junit:junit:4.13.2"

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

implementation "com.googlecode.json-simple:json-simple:1.1.1"
implementation("org.apache.commons:commons-dbcp2:2.7.0") {
Expand Down
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.3.1
core.version=1.4.0
service.name=i5.las2peer.services.mobsos.dataProcessing
service.class=MobSOSDataProcessingService
service.version=1.2.5
Expand Down

0 comments on commit bb5f369

Please sign in to comment.