diff options
Diffstat (limited to 'features/ccsdk-sli-plugins-all')
-rw-r--r-- | features/ccsdk-sli-plugins-all/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/ccsdk-sli-plugins-all/pom.xml b/features/ccsdk-sli-plugins-all/pom.xml index 2c4e4c61..7d9068e8 100644 --- a/features/ccsdk-sli-plugins-all/pom.xml +++ b/features/ccsdk-sli-plugins-all/pom.xml @@ -25,7 +25,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> - <!-- Current breaks container due to jersey version conflict + <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-restapi-call-node</artifactId> @@ -33,7 +33,7 @@ <type>xml</type> <classifier>features</classifier> </dependency> - --> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>ccsdk-template-node</artifactId> |