This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
1830dependencies {
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}
You can’t perform that action at this time.
0 commit comments