diff options
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> |