Remove unused method
[portal/nonrtric-controlpanel.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c373223..dccfe22 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,20 +27,19 @@ 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.2.5.RELEASE</version>
+                <version>2.3.4.RELEASE</version>
                <relativePath /> <!-- lookup parent from repository -->
        </parent>
        <groupId>org.o-ran-sc.portal.nonrtric.controlpanel</groupId>
        <artifactId>nonrtric-controlpanel-parent</artifactId>
        <name>Non-RT RIC Control Panel project</name>
        <packaging>pom</packaging>
-       <version>2.0.0-SNAPSHOT</version>
+       <version>2.2.0-SNAPSHOT</version>
        <properties>
                <java.version>11</java.version>
         <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
        </properties>
        <modules>
-               <module>webapp-frontend</module>
                <module>webapp-backend</module>
        </modules>
        <build>