diff options
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 5e674fa266..dca521f65b 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -489,6 +489,17 @@ <!-- Inserted for ECOMP Portal Integration --> <dependency> + <groupId>org.owasp.esapi</groupId> + <artifactId>esapi</artifactId> + <version>2.2.0.0</version> + <exclusions> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-fw</artifactId> <version>${ecomp.version}</version> @@ -514,6 +525,10 @@ <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> </exclusions> </dependency> @@ -537,6 +552,12 @@ <artifactId>sigar</artifactId> <version>${sigar.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> @@ -552,6 +573,14 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + <exclusion> + <artifactId>apache-log4j-extras</artifactId> + <groupId>log4j</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -581,6 +610,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> </exclusions> </dependency> @@ -730,6 +763,12 @@ <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>security-util-lib</artifactId> <version>${security.util.lib.version}</version> + <exclusions> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-logging</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.openecomp.sdc.core</groupId> |