X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=7c041c124b935b663323ae59743a182d79023206;hb=refs%2Fchanges%2F84%2F184%2F2;hp=b604eeda62996b575c7f32ec09f4629d2b1fd0df;hpb=056a49df629daf4189a34c37ee30b1f5ad88a59d;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b604eeda..7c041c12 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}