Add RIC instance list and controller method
[portal/ric-dashboard.git] / webapp-frontend / pom.xml
index d386e5b..c10fe17 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
-Copyright (C) 2019 AT&T Intellectual Property and Nokia
+Copyright (C) 2019 AT&T Intellectual Property
 %%
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -22,50 +22,28 @@ limitations under the License.
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
-        <parent>
-                <groupId>org.oranosc.ric.portal.dashboard</groupId>
-                <artifactId>ric-dash-parent</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
-        </parent>
+       <parent>
+               <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
+               <artifactId>ric-dash-parent</artifactId>
+               <version>2.0.0-SNAPSHOT</version>
+       </parent>
        <artifactId>ric-dash-fe</artifactId>
-        <name>RIC Dashboard Webapp frontend</name>
+       <name>RIC Dashboard Webapp frontend</name>
        <build>
                <plugins>
-                       <!-- do not deploy anything -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-deploy-plugin</artifactId>
-                               <!--  spring sets the <version>2.8</version> -->
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
-                       </plugin>
                        <plugin>
+                               <!-- Most configuration and all execution is inherited -->
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>license-maven-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>update-file-header</goal>
-                                               </goals>
-                                               <phase>process-sources</phase>
-                                               <configuration>
-                                                       <organizationName>${lmp.organization.name}</organizationName>
-                                                       <inceptionYear>${lmp.inception.year}</inceptionYear>
-                                                       <projectName>${lmp.project.name}</projectName>
-                                                       <licenseName>${lmp.license.name}</licenseName>
-                                                       <processStartTag>${lmp.process.start.tag}</processStartTag>
-                                                       <processEndTag>${lmp.process.end.tag}</processEndTag>
-                                                       <roots>
-                                                               <root>e2e</root>
-                                                               <root>src</root>
-                                                       </roots>
-                                                       <excludes>
-                                                               <exclude>**/*.json</exclude>
-                                                       </excludes>
-                                               </configuration>
-                                       </execution>
-                               </executions>
+                               <configuration>
+                                       <roots>
+                                               <root>e2e</root>
+                                               <root>src</root>
+                                       </roots>
+                                       <excludes>
+                                               <exclude>**/*.json</exclude>
+                                       </excludes>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>com.github.eirslett</groupId>