Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 46addc8

Browse files
authored
Merge pull request #55 from adamantivm/kinetic-fix-deps
Missing dependency version update
2 parents 76792f7 + ca54332 commit 46addc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildscript.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ rootProject.buildscript {
4444
mavenCentral()
4545
}
4646
dependencies {
47-
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.2,0.3)"
47+
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.3,0.4)"
4848
}
4949
}

message_generation/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
/* Shift to mavenCentral apache artifacts (currently rosajva_mvn_repo) when ready
1818
* Currently we have conflicts when dexing android executables since there is a
1919
* mix of mavenCentral/springsource providers.
20-
*
20+
*
2121
* https://github.com/rosjava/rosjava_bootstrap/issues/40#issuecomment-75043854
2222
*/
2323
/*
2424
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
25-
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
25+
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
2626
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
2727
*/
2828

0 commit comments

Comments
 (0)