fix-sonar-complaints
[portal/ric-dashboard.git] / dashboard / webapp-backend / pom.xml
index ed1da94..664747f 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>2.0.1-SNAPSHOT</version>
+               <version>2.1.0-SNAPSHOT</version>
        </parent>
        <!-- reuse parent groupId -->
        <artifactId>ric-dash-be</artifactId>
@@ -52,7 +52,12 @@ limitations under the License.
                <dependency>
                        <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>
@@ -165,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>