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 14
14
* the License.
15
15
*/
16
16
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
+
17
29
// noinspection GroovyAssignabilityCheck
18
30
dependencies {
19
31
compile ' io.netty:netty:3.5.2.Final'
20
32
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 '
23
35
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 '
25
37
compile project(' :gradle_plugins' )
26
38
testCompile ' junit:junit:4.8.2'
27
39
}
You can’t perform that action at this time.
0 commit comments