Skip to content
Snippets Groups Projects
Commit c7cccb2d authored by Hailong Zhu's avatar Hailong Zhu
Browse files

build.gradle updated for Triangulation

parent 81c8d0b3
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ dependencies { ...@@ -49,6 +49,7 @@ dependencies {
// implementation 'com.google.protobuf:protobuf-java:3.17.3' // implementation 'com.google.protobuf:protobuf-java:3.17.3'
implementation 'com.google.protobuf:protobuf-java-util:3.17.3' implementation 'com.google.protobuf:protobuf-java-util:3.17.3'
implementation "org.springframework.integration:spring-integration-mqtt:5.5.3" implementation "org.springframework.integration:spring-integration-mqtt:5.5.3"
implementation 'com.lemmingapex.trilateration:trilateration:1.0.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
runtimeOnly 'com.h2database:h2' runtimeOnly 'com.h2database:h2'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment