diff options
author | Taka Cho <takamune.cho@att.com> | 2019-09-23 14:20:44 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-09-23 14:22:33 -0400 |
commit | e07506b0d433174a9f2eec2094e7e8a40dca9812 (patch) | |
tree | 43d884172838ed4e75e457a2505abc39741c6bce /single-feature-parent/pom.xml | |
parent | b842ba823ed80946d947ee00dc0ad731b5a79f45 (diff) |
commons-codec version with ODL
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>
Diffstat (limited to 'single-feature-parent/pom.xml')
-rw-r--r-- | single-feature-parent/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 2039b8c..68a13c3 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -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> @@ -46,11 +45,6 @@ limitations under the License. <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> <version>${ccsdk.sli.core.version}</version> |