diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 20:39:02 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 20:39:02 +0800 |
commit | 81dd697a675d2c5bfd60b8496e46c620559cd49c (patch) | |
tree | a6871df1093fa05239e414a4da00058ff0724159 /dmaap-dsa | |
parent | b75e6b8ac4b6039040824cfb5f926e41a0062702 (diff) |
Change the dependenies to fix Nexus IQ issues
Change-Id: Ia1a50cb1e217bda10fe13a0a42e315da54f37df1
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa')
-rw-r--r-- | dmaap-dsa/pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index 93f1813..2eea070 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -15,7 +15,7 @@ ~ limitations under the License. --> <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"> + 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> <parent> @@ -46,6 +46,14 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -91,14 +99,6 @@ <groupId>org.slf4j</groupId> </exclusion> <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - </exclusion> - <exclusion> <groupId>org.hibernate</groupId> <artifactId>hibernate-validator</artifactId> </exclusion> @@ -292,9 +292,9 @@ <configuration> <transformers> <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> <transformer - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> + implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.onap.holmes.dsa.DMaapDsaActiveApp</mainClass> </transformer> </transformers> |