Add E2 manager client and controller
[portal/ric-dashboard.git] / xapp-mgr-client / pom.xml
index cc54940..2659dbf 100644 (file)
@@ -27,6 +27,7 @@ limitations under the License.
                <artifactId>ric-dash-parent</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
+        <groupId>org.oranosc.ric.xappmgr.client</groupId>
        <artifactId>xapp-mgr-client</artifactId>
        <name>RIC xApp Manager client</name>
        <version>0.0.10-SNAPSHOT</version>
@@ -34,7 +35,7 @@ limitations under the License.
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <swagger-annotations-version>1.5.15</swagger-annotations-version>
-               <client.base.package.name>${project.groupId}.xmc</client.base.package.name>
+               <client.base.package.name>org.oranosc.ric.xappmgr.client</client.base.package.name>
        </properties>
        <!-- Successful compilation requires generated code dependencies -->
        <dependencies>
@@ -81,9 +82,9 @@ limitations under the License.
                </dependency>
                <!-- test dependencies -->
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <!-- <version>${junit-version}</version> -->
+                       <groupId>org.junit.jupiter</groupId>
+                       <artifactId>junit-jupiter-api</artifactId>
+                       <!-- spring sets the <version>5.4.2</version> -->
                        <scope>test</scope>
                </dependency>
        </dependencies>
@@ -99,7 +100,7 @@ limitations under the License.
                                                        <goal>generate</goal>
                                                </goals>
                                                <configuration>
-                                                       <inputSpec>${project.basedir}/xapp_manager_rest_api_v0_0_10.json</inputSpec>
+                                                       <inputSpec>${project.basedir}/src/main/resources/xapp_manager_rest_api_v0_0_10.json</inputSpec>
                                                        <language>java</language>
                                                        <configOptions>
                                                                <groupId>${project.groupId}</groupId>