diff options
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | sdc-distribution-ci/pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -29,7 +29,6 @@ <org.glassfish.jersey.version>2.24</org.glassfish.jersey.version> <functionaljava.version>4.2</functionaljava.version> <httpclient.version>4.4.1</httpclient.version> - <commons-logging.version>1.2.1-SNAPSHOT</commons-logging.version> <httpcore.version>4.4.1</httpcore.version> <logback.version>1.1.2</logback.version> <junit.version>4.12</junit.version> diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index 8cfc4a1..59a4f00 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>org.openecomp.sdc.sdc-tosca</groupId> <artifactId>sdc-tosca</artifactId> - <version>1.1.32-SNAPSHOT</version> + <version>1.1.32</version> <scope>compile</scope> </dependency> |