Merge "Added a test for service supervision"
[nonrtric.git] / dashboard / webapp-backend / pom.xml
index f089180..bbbf2a4 100644 (file)
@@ -29,7 +29,7 @@ limitations under the License.
     <parent>
         <groupId>org.o-ran-sc.nonrt.ric-dashboard</groupId>
         <artifactId>ric-dash-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>ric-dash-be</artifactId>
     <name>NonRT RIC Dashboard Webapp backend</name>
@@ -166,8 +166,6 @@ 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>