aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/zusammen-tools
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-07-09 14:27:57 +0300
committerMichael Lando <ml636r@att.com>2018-07-15 20:23:13 +0000
commitd6d12919128adc0aaca30d1ca8139e72ae025776 (patch)
treee354bfe0b76a24072a5cb807d3371ba3469db168 /openecomp-be/tools/zusammen-tools
parent062d4c11dc9e6fc919b0de406700f939169480c5 (diff)
Upgraded servlet-api version to 3.0.1
Change-Id: I50b258e8843d85384e89e4ceb16d687d247dbe11 Issue-ID: SDC-1472 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools')
-rw-r--r--openecomp-be/tools/zusammen-tools/pom.xml37
1 files changed, 15 insertions, 22 deletions
diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml
index 432248853f..9e11c53806 100644
--- a/openecomp-be/tools/zusammen-tools/pom.xml
+++ b/openecomp-be/tools/zusammen-tools/pom.xml
@@ -1,18 +1,25 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <properties>
+ <artifactId>openecomp-zusammen-tools</artifactId>
+ <groupId>org.openecomp.sdc.core.tools</groupId>
+ <name>openecomp-zusammen-tools</name>
+ <version>1.3.0-SNAPSHOT</version>
+
+ <parent>
+ <groupId>org.openecomp.sdc</groupId>
+ <artifactId>openecomp-sdc-lib</artifactId>
+ <relativePath>../../lib</relativePath>
+ <version>1.3.0-SNAPSHOT</version>
+ </parent>
+ <properties>
<groovy.version>2.4.7</groovy.version>
<janino.version>2.7.7</janino.version>
-
</properties>
-
-
- <name>openecomp-zusammen-tools</name>
<dependencies>
<dependency>
<groupId>org.openecomp.sdc</groupId>
@@ -47,7 +54,7 @@
<dependency>
<groupId>com.amdocs.zusammen.plugin</groupId>
<artifactId>zusammen-state-store-cassandra-plugin</artifactId>
- <version>${zusammen-state-store.version}</version>
+ <version>${zusammen-state-store.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -76,20 +83,6 @@
<scope>test</scope>
</dependency>
</dependencies>
- <artifactId>openecomp-zusammen-tools</artifactId>
- <groupId>org.openecomp.sdc.core.tools</groupId>
- <version>1.3.0-SNAPSHOT</version>
- <parent>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>openecomp-sdc-lib</artifactId>
- <relativePath>../../lib</relativePath>
- <version>1.3.0-SNAPSHOT</version>
- </parent>
- <!--parent>
- <groupId>org.openecomp.sdc</groupId>
- <artifactId>openecomp-sdc</artifactId>
- <version>1.0-SNAPSHOT</version>
- </parent-->
<build>
<plugins>