diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-15 04:50:08 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-15 04:50:08 +0000 |
commit | 6fb24a208dca120077f074dd59e7fb907554c5e0 (patch) | |
tree | a4b7a4b13d84d2bd3d7031fd10a25c089c588507 | |
parent | 96f6fbb9e97ef4a28f3eb7d7a50c280c6d5ac530 (diff) |
Upgrade commons codec version to 1.6 to avoid dependency duplication on the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503109 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml index b39f4e5dd3..425ec21bd4 100644 --- a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml @@ -191,7 +191,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.4</version> + <version>1.6</version> </dependency> <dependency> |