Skip to content
Snippets Groups Projects
Commit 5e5f779b authored by Daniel Stonier's avatar Daniel Stonier
Browse files

revert move to mavenCentral for apache artifacts, see #40.

parent 1f3ea1b1
No related branches found
No related tags found
No related merge requests found
...@@ -14,14 +14,26 @@ ...@@ -14,14 +14,26 @@
* the License. * the License.
*/ */
/* Shift to mavenCentral apache artifacts (currently rosajva_mvn_repo) when ready
* Currently we have conflicts when dexing android executables since there is a
* mix of mavenCentral/springsource providers.
*
* https://github.com/rosjava/rosjava_bootstrap/issues/40#issuecomment-75043854
*/
/*
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8'
compile 'org.apache.directory.studio:org.apache.commons.io:2.4'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
*/
//noinspection GroovyAssignabilityCheck //noinspection GroovyAssignabilityCheck
dependencies { dependencies {
compile 'io.netty:netty:3.5.2.Final' compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0' compile 'com.google.guava:guava:12.0'
compile 'org.apache.directory.studio:org.apache.commons.codec:1.8' compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
compile 'org.apache.directory.studio:org.apache.commons.io:2.4' compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0'
compile 'commons-pool:commons-pool:1.6' compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6' compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
compile project(':gradle_plugins') compile project(':gradle_plugins')
testCompile 'junit:junit:4.8.2' testCompile 'junit:junit:4.8.2'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment