commons-codec version with ODL 55/96155/1
authorTaka Cho <takamune.cho@att.com>
Mon, 23 Sep 2019 18:20:44 +0000 (14:20 -0400)
committerTaka Cho <takamune.cho@att.com>
Mon, 23 Sep 2019 18:22:33 +0000 (14:22 -0400)
ODL version is 1.11
APPC picks the version from
ODL

Change-Id: I0e026adfcd467574cb1125217cf6f1e89c692078
Issue-ID: APPC-1743
Signed-off-by: Taka Cho <takamune.cho@att.com>
binding-parent/pom.xml
feature-repo-parent/pom.xml
odlparent-lite/pom.xml
single-feature-parent/pom.xml

index d56e350..b8699d1 100644 (file)
@@ -41,7 +41,6 @@ limitations under the License.
         <assertj.version>3.9.0</assertj.version>
         <apache.sshd.version>1.6.0</apache.sshd.version>
         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
-        <commons-codec.version>1.12</commons-codec.version>
         <mariadb.client.version>2.1.1</mariadb.client.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <dmaap.client.version>1.1.5</dmaap.client.version>
@@ -96,11 +95,6 @@ limitations under the License.
     </properties>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${commons-codec.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>config-api</artifactId>
index 327a4c0..04320e3 100644 (file)
@@ -35,17 +35,9 @@ limitations under the License.
         <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>
 
index 4dad12b..153ba2b 100644 (file)
@@ -37,16 +37,10 @@ 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>
 
index 2039b8c..68a13c3 100644 (file)
@@ -36,7 +36,6 @@ limitations under the License.
     </parent>
 
     <properties>
-        <commons-codec.version>1.12</commons-codec.version>
         <skip.karaf.featureTest>true</skip.karaf.featureTest>
         <commons.collections.version>3.2.2</commons.collections.version>
         <snakeyaml.version>1.15</snakeyaml.version>
@@ -45,11 +44,6 @@ limitations under the License.
     </properties>
     <dependencyManagement>
         <dependencies>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${commons-codec.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.onap.ccsdk.sli.core</groupId>
                 <artifactId>sli-common</artifactId>