X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-backend%2Fpom.xml;h=37a85953a9675803da10f2c5a19dd8f5075620a2;hb=5c6a886668da88b66383d590486297ed82827090;hp=b604eeda62996b575c7f32ec09f4629d2b1fd0df;hpb=056a49df629daf4189a34c37ee30b1f5ad88a59d;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml index b604eeda..37a85953 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}