diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-03-26 07:24:11 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-03-26 20:53:43 -0400 |
commit | 95b5317d2f1d446415ef2b367323c3df8bfce7c0 (patch) | |
tree | f9824542317be36771fc752ffec32d27b4e8ab34 /pom.xml | |
parent | 186c4b03cb192324f2d359273ee645d98ea8d1f2 (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.xml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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> |