diff options
author | Taka Cho <takamune.cho@att.com> | 2020-01-31 16:49:59 -0500 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-02-06 23:09:13 +0000 |
commit | 7b7befa39b7b70b4b18b1f1a561398b8bede6224 (patch) | |
tree | b4c0877d43973cd47a3bd67f51c82cf5bf195a49 /appc-sdc-listener/appc-sdc-listener-bundle | |
parent | e4c07d4c7eb3105bc6a20eee00fdca592f0cf59b (diff) |
build with ONAP-ODL dist
ODL provides ONAP distribution
for Neon SR1
Issue-ID: APPC-1731
Change-Id: I21b26f4ddf6ac9940e7162b9e1fa081e4b25c269
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-sdc-listener/appc-sdc-listener-bundle')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 5cde920b2..1253ffa30 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -34,7 +34,6 @@ limitations under the License. <properties> <jackson-yaml-version>2.8.6</jackson-yaml-version> - <snakeyaml.version>1.15</snakeyaml.version> </properties> <artifactId>appc-sdc-listener-bundle</artifactId> @@ -94,7 +93,6 @@ limitations under the License. <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>${snakeyaml.version}</version> </dependency> <dependency> |