Show K8S pod statuses queried from CaaS-Ingress
[portal/ric-dashboard.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8fd45a3..f5ab309 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,16 +26,16 @@ limitations under the License.
                <!-- this group Id must match LF gerrit repository -->
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>2.1.6.RELEASE</version>
+               <version>2.1.9.RELEASE</version>
                <relativePath /> <!-- lookup parent from repository -->
        </parent>
        <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
        <artifactId>ric-dash-parent</artifactId>
        <name>RIC Dashboard project</name>
        <packaging>pom</packaging>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.4-SNAPSHOT</version>
        <properties>
-               <java.version>8</java.version>
+               <java.version>11</java.version>
                <!-- Properties for the license-maven-plugin in child POMs -->
                <lmp.organization.name>AT&amp;T Intellectual Property and Nokia</lmp.organization.name>
                <lmp.project.name>O-RAN-SC</lmp.project.name>
@@ -62,14 +62,6 @@ limitations under the License.
                                        <target>${java.version}</target>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <!-- For Java 9 and later -->
-                                       <forkCount>0</forkCount>
-                               </configuration>
-                       </plugin>
                        <!-- Always generate a source jar -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -91,13 +83,19 @@ limitations under the License.
                                        <skip>true</skip>
                                </configuration>
                        </plugin>
+                       <!-- support sonar in multi-module project -->
+                       <plugin>
+                               <groupId>org.sonarsource.scanner.maven</groupId>
+                               <artifactId>sonar-maven-plugin</artifactId>
+                               <version>3.6.0.1398</version>
+                       </plugin>
                </plugins>
                <pluginManagement>
                        <plugins>
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>
                                        <artifactId>license-maven-plugin</artifactId>
-                                       <version>1.19</version>
+                                       <version>1.20</version>
                                </plugin>
                        </plugins>
                </pluginManagement>