Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
fixed test dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Charpenay committed Apr 7, 2016
1 parent 9f3317e commit fda96c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thingweb-repository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dependencies {
compile 'org.eclipse.californium:californium-core:1.0.0-M3'
compile 'org.apache.jena:apache-jena-libs:3.0.0'
compile 'org.eclipse.jetty:jetty-maven-plugin:9.3.6.v20151106'

testCompile group: 'junit', name: 'junit', version: '4.8'

}
jar {
Expand Down

0 comments on commit fda96c5

Please sign in to comment.