commons-codec removed 19/94419/4
authorTomasz Golabek <tomasz.golabek@nokia.com>
Wed, 28 Aug 2019 10:12:02 +0000 (12:12 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 28 Aug 2019 11:53:59 +0000 (11:53 +0000)
Change-Id: I8465f56eaf384b34106fef5216314413f8381c59
Issue-ID: SDC-2504
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ea60c00..abe0ca5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <artifactId>sdc-tosca</artifactId>
        <name>sdc-sdc-tosca</name>
        <description>SDC Tosca Parser JAR file for use by consumers</description>
-       <version>1.6.0</version>
+       <version>1.6.1-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <parent>
                        <scope>compile</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>commons-codec</groupId>
-                       <artifactId>commons-codec</artifactId>
-                       <version>1.9</version>
-                       <scope>compile</scope>
-               </dependency>
-
                <!-- YAML parser -->
                <dependency>
                        <groupId>org.yaml</groupId>