diff options
Diffstat (limited to 'dcae-analytics-dmaap')
-rw-r--r-- | dcae-analytics-dmaap/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dcae-analytics-dmaap/pom.xml b/dcae-analytics-dmaap/pom.xml index e9fcce4..29befe2 100644 --- a/dcae-analytics-dmaap/pom.xml +++ b/dcae-analytics-dmaap/pom.xml @@ -20,10 +20,7 @@ ~ ECOMP and OpenECOMP are trademarks and service marks of AT&T Intellectual Property. ~ ============LICENSE_END========================================================= --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -46,7 +43,7 @@ <properties> <main.basedir>${project.parent.basedir}</main.basedir> - </properties> + <nexusproxy>https://nexus.onap.org</nexusproxy></properties> <dependencies> |