fix-sonar-complaints
[portal/ric-dashboard.git] / dashboard / webapp-backend / pom.xml
index 5c827ec..664747f 100644 (file)
@@ -25,10 +25,11 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>2.0.0-SNAPSHOT</version>
+               <version>2.1.0-SNAPSHOT</version>
        </parent>
+       <!-- reuse parent groupId -->
        <artifactId>ric-dash-be</artifactId>
-       <name>RIC Dashboard Webapp backend</name>
+       <name>RIC Dashboard Webapp Backend</name>
        <properties>
                <springfox.version>2.9.2</springfox.version>
                <!-- Set by Jenkins -->
@@ -44,19 +45,19 @@ limitations under the License.
        <dependencies>
                <!-- Platform components -->
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.a1med.client</groupId>
-                       <artifactId>a1-med-client</artifactId>
-                       <version>2.1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.appmgr.client</groupId>
                        <artifactId>app-mgr-client</artifactId>
                        <version>0.3.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.o-ran-sc.ric.plt.e2mgr.client</groupId>
+                       <groupId>org.o-ran-sc.ric-plt.e2mgr.client</groupId>
                        <artifactId>e2-mgr-client</artifactId>
-                       <version>3.0.3-SNAPSHOT</version>
+                       <version>4.4.4-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.o-ran-sc.it-dev.xapp-onboarder.client</groupId>
+                       <artifactId>xapp-obrd-client</artifactId>
+                       <version>1.0.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.portal.sdk</groupId>
@@ -169,6 +170,17 @@ limitations under the License.
                </dependency>
        </dependencies>
        <build>
+               <!-- Ensure property files used for testing are NEVER packaged -->
+               <resources>
+                       <resource>
+                               <directory>src/main/resources</directory>
+                               <excludes>
+                                       <exclude>key.properties</exclude>
+                                       <exclude>portal.properties</exclude>
+                               </excludes>
+                               <filtering>false</filtering>
+                       </resource>
+               </resources>
                <plugins>
                        <plugin>
                                <groupId>org.springframework.boot</groupId>