diff options
-rw-r--r-- | ansible-adapter/ansible-adapter-bundle/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible-adapter/ansible-adapter-bundle/pom.xml b/ansible-adapter/ansible-adapter-bundle/pom.xml index 22ee4129..f87606ac 100644 --- a/ansible-adapter/ansible-adapter-bundle/pom.xml +++ b/ansible-adapter/ansible-adapter-bundle/pom.xml @@ -29,6 +29,10 @@ <name>ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId}</name> <dependencies> + <dependency> + <groupId>com.att.eelf</groupId> + <artifactId>eelf-core</artifactId> + </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> |