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

Commit 5e5f779

Browse files
committed
revert move to mavenCentral for apache artifacts, see #40.
1 parent 1f3ea1b commit 5e5f779

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

message_generation/build.gradle

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,26 @@
1414
* the License.
1515
*/
1616

17+
/* Shift to mavenCentral apache artifacts (currently rosajva_mvn_repo) when ready
18+
* Currently we have conflicts when dexing android executables since there is a
19+
* mix of mavenCentral/springsource providers.
20+
*
21+
* https://github.com/rosjava/rosjava_bootstrap/issues/40#issuecomment-75043854
22+
*/
23+
/*
24+
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
25+
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
26+
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
27+
*/
28+
1729
//noinspection GroovyAssignabilityCheck
1830
dependencies {
1931
compile 'io.netty:netty:3.5.2.Final'
2032
compile 'com.google.guava:guava:12.0'
21-
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
22-
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
33+
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
34+
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0'
2335
compile 'commons-pool:commons-pool:1.6'
24-
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
36+
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
2537
compile project(':gradle_plugins')
2638
testCompile 'junit:junit:4.8.2'
2739
}

0 commit comments

Comments
 (0)