Extend Mock E2Mgr configuration to save state
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index a7ee92b..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 -->
@@ -298,11 +300,11 @@ limitations under the License.
                                                                        <!-- Include maven dir on classpath for prop files -->
                                                                        <exec>
                                                                                <arg>java</arg>
+                                                                               <arg>-Xms128m</arg>
+                                                                               <arg>-Xmx256m</arg>
                                                                                <arg>-cp</arg>
                                                                                <arg>maven:maven/${project.artifactId}-${project.version}.${project.packaging}</arg>
                                                                                <arg>-Dloader.main=org.oransc.ric.portal.dashboard.DashboardApplication</arg>
-                                                                               <arg>-Xms128m</arg>
-                                                                               <arg>-Xmx256m</arg>
                                                                                <arg>-Djava.security.egd=file:/dev/./urandom</arg>
                                                                                <arg>org.springframework.boot.loader.PropertiesLauncher</arg>
                                                                        </exec>