Add top level pom for Sonar 34/9134/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 29 Sep 2022 06:07:27 +0000 (08:07 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 29 Sep 2022 06:07:35 +0000 (08:07 +0200)
Issue-ID: NONRTRIC-651
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Ie459517c1be625fb21da7162556d8efca81e1bdc

pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..905196a
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,8 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.o-ran-sc.nonrtric</groupId>
+    <artifactId>nonrtric-controlpanel</artifactId>
+    <version>2.4.0-SNAPSHOT</version>
+</project>