Merge "Improvements on the return value of ECS rest api"
[portal/nonrtric-controlpanel.git] / webapp-frontend / pom.xml
index b12bbd1..f3a1077 100644 (file)
@@ -26,26 +26,12 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.nonrtric.controlpanel</groupId>
                <artifactId>nonrtric-controlpanel-parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>2.2.0-SNAPSHOT</version>
        </parent>
        <artifactId>nonrtric-controlpanel-fe</artifactId>
        <name>Non-RT RIC Control Panel Webapp frontend</name>
        <build>
                <plugins>
-                       <plugin>
-                               <!-- Most configuration and all execution is inherited -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>license-maven-plugin</artifactId>
-                               <configuration>
-                                       <roots>
-                                               <root>e2e</root>
-                                               <root>src</root>
-                                       </roots>
-                                       <excludes>
-                                               <exclude>**/*.json</exclude>
-                                       </excludes>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>com.github.eirslett</groupId>
                                <artifactId>frontend-maven-plugin</artifactId>