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

Commit 1457c85

Browse files
committed
start migration to maven central - apache commons dependencies.
1 parent cddf482 commit 1457c85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

message_generation/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
dependencies {
1919
compile 'io.netty:netty:3.5.2.Final'
2020
compile 'com.google.guava:guava:12.0'
21-
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
22-
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.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'
2323
compile 'commons-pool:commons-pool:1.6'
24-
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
24+
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
2525
compile project(':gradle_plugins')
2626
testCompile 'junit:junit:4.8.2'
2727
}

0 commit comments

Comments
 (0)