Show K8S pod statuses queried from CaaS-Ingress
[portal/ric-dashboard.git] / webapp-backend / pom.xml
index 08cc563..8f0cb58 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.2.4-SNAPSHOT</version>
        </parent>
        <artifactId>ric-dash-be</artifactId>
        <name>RIC Dashboard Webapp backend</name>
@@ -62,7 +62,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>20190815-SNAPSHOT</version>
+                       <version>2.0.5-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>
@@ -185,6 +185,7 @@ limitations under the License.
                                <artifactId>license-maven-plugin</artifactId>
                                <executions>
                                        <execution>
+                                               <id>first</id>
                                                <goals>
                                                        <goal>update-file-header</goal>
                                                </goals>
@@ -197,6 +198,9 @@ limitations under the License.
                                                        <processStartTag>${lmp.process.start.tag}</processStartTag>
                                                        <processEndTag>${lmp.process.end.tag}</processEndTag>
                                                        <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
+                                                       <excludes>
+                                                               <exclude>**/*.json</exclude>
+                                                       </excludes>
                                                </configuration>
                                        </execution>
                                </executions>