summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-04-25 13:10:02 -0400
committerTaka Cho <takamune.cho@att.com>2019-04-25 13:12:35 -0400
commit9eb2423588ab174fe3a15819f8e2b69422e49657 (patch)
tree90c96845580a8be0323e127f64811a37ace5091d
parent4fa08bba21f80e3d4ec9ed920a6fca99073ca6dc (diff)
set commons-codec version1.5.0
set to 1.12 Change-Id: I037b91bfff39826e1380e3160eea46426f820557 Issue-ID: APPC-1579 Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--feature-repo-parent/pom.xml15
-rw-r--r--odlparent-lite/pom.xml12
2 files changed, 27 insertions, 0 deletions
diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml
index 97a563d..173170d 100644
--- a/feature-repo-parent/pom.xml
+++ b/feature-repo-parent/pom.xml
@@ -34,4 +34,19 @@ limitations under the License.
<version>1.2.1</version>
<relativePath />
</parent>
+
+ <properties>
+ <commons-codec.version>1.12</commons-codec.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
</project>
diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml
index 2394ebf..0591bc8 100644
--- a/odlparent-lite/pom.xml
+++ b/odlparent-lite/pom.xml
@@ -37,5 +37,17 @@ limitations under the License.
<properties>
<snakeyaml.version>1.12</snakeyaml.version>
+ <commons-codec.version>1.12</commons-codec.version>
</properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
</project>