Extend Mock E2Mgr configuration to save state
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index f093d0e..e5ea972 100644 (file)
@@ -57,12 +57,12 @@ limitations under the License.
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
                        <artifactId>app-mgr-client</artifactId>
-                       <version>0.1.5-SNAPSHOT</version>
+                       <version>0.1.7-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>20190703-SNAPSHOT</version>
+                       <version>20190813-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>
@@ -169,6 +169,8 @@ limitations under the License.
                <dependency>
                        <groupId>org.junit.platform</groupId>
                        <artifactId>junit-platform-launcher</artifactId>
+                       <!-- Override Spring-Boot choice for Eclipse -->
+                       <version>1.4.2</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
@@ -269,7 +271,7 @@ limitations under the License.
                        <plugin>
                                <groupId>io.fabric8</groupId>
                                <artifactId>docker-maven-plugin</artifactId>
-                               <version>0.28.0</version>
+                               <version>0.30.0</version>
                                <configuration>
                                        <verbose>true</verbose>
                                        <!-- environment variables supplied by Jenkins -->