diff options
-rw-r--r-- | models-interactions/model-yaml/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/models-interactions/model-yaml/pom.xml b/models-interactions/model-yaml/pom.xml index ea972dfa2..890e8f782 100644 --- a/models-interactions/model-yaml/pom.xml +++ b/models-interactions/model-yaml/pom.xml @@ -45,7 +45,6 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.17</version> </dependency> <dependency> <groupId>org.jgrapht</groupId> @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath /> </parent> @@ -106,7 +106,6 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.18</version> </dependency> <dependency> |