diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-04-18 12:47:08 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-19 12:01:54 +0000 |
commit | 6b63b975560ae4bfa4eb5df24d3cb7d10bb50748 (patch) | |
tree | 326bc65dabe8d3242ac5bb122608547ea8ceef95 /docker-compose-integration.yml | |
parent | fefd981a3a5803b36091c5c05acf587be06a5c74 (diff) |
removing policy nexus build
remove unnecessary build of policy-nexus
fix version number of dockerhub nexus image.
update pom file with current master version
Issue-ID: POLICY-737
Change-Id: I929ea8bf1c0f115e12d6be23e90e727f3c6f7264
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'docker-compose-integration.yml')
-rw-r--r-- | docker-compose-integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-integration.yml b/docker-compose-integration.yml index a5afd69b..53b592a3 100644 --- a/docker-compose-integration.yml +++ b/docker-compose-integration.yml @@ -24,7 +24,7 @@ services: expose: - 3306 nexus: - image: onap/policy-nexus + image: sonatype/nexus:2.14.8-01 container_name: nexus hostname: nexus pap: |