X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=426e7ce40f398004d4e24a4880f3ce4f531a40f0;hb=2316ebd446dc9993b7c364ccb96d24f009195aa8;hp=b604eeda62996b575c7f32ec09f4629d2b1fd0df;hpb=056a49df629daf4189a34c37ee30b1f5ad88a59d;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b604eeda..426e7ce4 100644 --- a/webapp-backend/pom.xml +++ b/webapp-backend/pom.xml @@ -1,7 +1,7 @@ ch.qos.logback logback-classic - ch.qos.logback logback-core - io.springfox @@ -79,10 +80,15 @@ limitations under the License. springfox-swagger-ui ${springfox.version} + + + org.mockito + mockito-core + + - org.junit.jupiter - junit-jupiter-api - + org.springframework.boot + spring-boot-starter-test test @@ -150,9 +156,9 @@ limitations under the License. 0.28.0 true - - nexus3.oran-osc.org:10001 - ${docker.push.registry} + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY}