Add springboot mvn plugin version 55/44355/1
authorLusheng Ji <lji@research.att.com>
Tue, 24 Apr 2018 12:51:49 +0000 (08:51 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 24 Apr 2018 12:51:54 +0000 (08:51 -0400)
Issue-ID: DCAEGEN2-459
Change-Id: I9feb09d1b9691c3eb91552de81ea50e8ae23f46d
Signed-off-by: Lusheng Ji <lji@research.att.com>
UniversalVesAdapter/pom.xml
snmpmapper/pom.xml

index 2922ae2..2f8d63b 100644 (file)
                <dependency>
                        <groupId>org.springframework.data</groupId>
                        <artifactId>spring-data-commons</artifactId>
-                       <version>2.0.6.RELEASE</version>
+                       <version>2.0.5.RELEASE</version>
                </dependency>
                <dependency>
     <groupId>com.fasterxml.jackson.core</groupId>
     <artifactId>jackson-databind</artifactId>
-    <version>2.9.5</version>
+    <version>2.9.4</version>
 </dependency>
 
 
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                <artifactId>spring-boot-maven-plugin</artifactId>
+                                <version>2.0.0.RELEASE</version>
                                <executions>
                                        <execution>
                                                <goals>
index a2c620d..efa04bb 100644 (file)
@@ -91,6 +91,7 @@
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                <artifactId>spring-boot-maven-plugin</artifactId>
+                                <version>2.0.0.RELEASE</version>
                                <executions>
                                        <execution>
                                                <goals>