X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-backend%2Fpom.xml;h=3b06ab9e786eed7d8cfb6f6d73eedfb57995197b;hb=refs%2Fchanges%2F89%2F89%2F3;hp=b8657ca7f7567cfedb4c23b2ddb9cce888abc245;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b8657ca7..3b06ab9e 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -36,7 +36,12 @@ limitations under the License. - ${project.groupId} + org.oranosc.ric.e2mgr.client + e2-mgr-client + 0.0.1-SNAPSHOT + + + org.oranosc.ric.xappmgr.client xapp-mgr-client 0.0.10-SNAPSHOT @@ -44,25 +49,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-test - test - org.slf4j slf4j-api - ch.qos.logback logback-classic - ch.qos.logback logback-core - io.springfox @@ -74,6 +71,17 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + + + org.mockito + mockito-core + + + + org.springframework.boot + spring-boot-starter-test + test +