diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-08-09 12:50:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-09 12:50:31 +0000 |
commit | 8a2f14ae90528454c4aa2351f8f4c1e04eaed2b6 (patch) | |
tree | ed0435840f311deb55b5744a64fcb1b4fde78a9d /runtime/pom.xml | |
parent | 522f98830955eeef3a2e602b855d2af01bafe941 (diff) | |
parent | 4aa0eb0bae6353408e9a82d8f07af1703ccaf9d3 (diff) |
Merge "Use slf4j instead of EELFLogger in Clamp"
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index d55c2cab8..3a8ece35b 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -169,21 +169,6 @@ </dependencyManagement> <dependencies> <dependency> - <groupId>com.att.eelf</groupId> - <artifactId>eelf-core</artifactId> - <version>${version.eelf.core}</version> - <exclusions> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - </exclusion> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.codehaus.janino</groupId> <artifactId>janino</artifactId> </dependency> |