diff options
author | Taka Cho <tc012c@att.com> | 2018-03-23 15:57:59 -0400 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-03-26 16:32:37 +0000 |
commit | ea9b8559daaf7f1511d6288a6461324dcef2b05f (patch) | |
tree | 8e655f4ab2abf6577c16cee2673ab131b91f06b6 /pom.xml | |
parent | c449e8ccd58ef948597c3dc0f69b0c04ebaef708 (diff) |
fix eelf and logback nexus iq issue
Change-Id: Id42f77fc86cbbfff28bfde404181938d358515b9
Issue-ID: APPC-784
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 50 |
1 files changed, 24 insertions, 26 deletions
@@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -18,8 +18,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -ECOMP is a trademark and service mark 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" @@ -53,8 +51,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <cdp.pal.version>1.1.25.6-oss</cdp.pal.version> <dmaap.client.version>0.2.12</dmaap.client.version> - <eelf.version>0.0.1</eelf.version> - <eelf.maven.plugin.version>0.0.1</eelf.maven.plugin.version> + <eelf.version>1.0.0</eelf.version> + <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> <cadi-version>1.3.0</cadi-version> <inno-version>1.2.11</inno-version> <dme2-version>3.1.200</dme2-version> @@ -64,7 +62,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <apache.httpcomponents.version>4.4</apache.httpcomponents.version> <commons.lang3.version>3.4</commons.lang3.version> <antlr.version>4.5.1</antlr.version> - <logback.version>1.1.1</logback.version> + <logback.version>1.2.0</logback.version> <toscalib.version>1.1.0</toscalib.version> <sdc-client.version>1.2.2</sdc-client.version> <jackson.yml.version>2.3.2</jackson.yml.version> @@ -84,7 +82,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <features.file>features.xml</features.file> <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath> <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> --> - + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> @@ -293,7 +291,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>dblib-provider</artifactId> <version>${sdnctl.dblib.version}</version> </dependency> - <!-- A&AI service provider dependency override in order to use a stable + <!-- A&AI service provider dependency override in order to use a stable version --> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> @@ -357,13 +355,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> - <version>1.1.1</version> + <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.1.1</version> + <version>1.2.0</version> <scope>compile</scope> </dependency> <!-- <dependency> --> @@ -518,18 +516,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </plugins> </pluginManagement> <plugins> - <!--maven staging plugin --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> + <!--maven staging plugin --> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${onap.nexus.url}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> <!-- Javadocs Plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -569,10 +567,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </plugin> <!-- blackduck maven plugin --> - <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> - <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> - <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> - </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> + <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> + <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> + <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> + </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> --> <!-- force Eclipse to skip the additional-install step specified in the |