summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLiZi <li.zi30@zte.com.cn>2018-03-26 07:24:11 -0400
committerLiZi <li.zi30@zte.com.cn>2018-03-26 20:53:43 -0400
commit95b5317d2f1d446415ef2b367323c3df8bfce7c0 (patch)
treef9824542317be36771fc752ffec32d27b4e8ab34 /pom.xml
parent186c4b03cb192324f2d359273ee645d98ea8d1f2 (diff)
Upgrade the version of oparent.
Change-Id: Idc553f92d78c586878a2ffd0e8e7ca5b97252c27 Issue-ID: AAI-941 Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 017e44f..c8d928a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.1.0</version>
</parent>
<groupId>org.onap.aai.esr-server</groupId>
@@ -72,11 +72,6 @@
<artifactId>hibernate-validator</artifactId>
<version>5.4.2.Final</version>
</dependency>
- <!--<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.8.11</version>
- </dependency>-->
<!-- jersey -->
<dependency>
@@ -120,7 +115,6 @@
<!-- UT end -->
</dependencies>
</dependencyManagement>
-
<build>
<pluginManagement>
<plugins>
@@ -208,6 +202,4 @@
</plugins>
</pluginManagement>
</build>
-
-
</project>