diff options
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index b60e6219e7..4a7cb5900a 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.openecomp.so</groupId> <artifactId>bpmn</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>MSOCommonBPMN</artifactId> <name>MSOCommonBPMN</name> @@ -384,7 +384,7 @@ <artifactId>commons-httpclient</artifactId> <version>${httpclient.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-kit</artifactId> <version>1.1.0</version> @@ -392,8 +392,8 @@ <dependency> <groupId>org.openecomp.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.1.0</version> - </dependency> + <version>1.1.0</version > + </dependency--> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> |