diff options
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> |