Report code coverage of A1 controller to Sonar
[nonrtric.git] / dashboard / webapp-backend / pom.xml
index f089180..e847561 100644 (file)
@@ -29,13 +29,14 @@ 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>
     <properties>
         <springfox.version>2.9.2</springfox.version>
         <immutable.version>2.7.1</immutable.version>
+        <apache-axis2.version>1.7.9</apache-axis2.version>
         <formatter-maven-plugin.version>2.8.1</formatter-maven-plugin.version>
         <spotless-maven-plugin.version>1.18.0</spotless-maven-plugin.version>
         <!-- Set by Jenkins -->
@@ -107,6 +108,11 @@ limitations under the License.
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${apache-axis2.version}</version>
+        </dependency>
         <!-- Bridge uses of Apache commons logging, like EPSDK-FW -->
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -166,8 +172,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>