diff options
Diffstat (limited to 'core/utils/provider/pom.xml')
-rw-r--r-- | core/utils/provider/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index ac9941aec..476448775 100644 --- a/core/utils/provider/pom.xml +++ b/core/utils/provider/pom.xml @@ -32,6 +32,16 @@ <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>com.att.eelf</groupId> + <artifactId>eelf-core</artifactId> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> <!-- Testing Dependencies --> <dependency> |