jsinovassin commented on code in PR #432:
URL: https://github.com/apache/unomi/pull/432#discussion_r888761126


##########
tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java:
##########
@@ -31,13 +34,19 @@
  */
 public class UnomiManagementServiceImpl implements UnomiManagementService {
 
+    private static final Logger logger = 
LoggerFactory.getLogger(UnomiManagementServiceImpl.class);
+
     private BundleContext bundleContext;
+    private FeaturesService featuresService;
     private List<String> bundleSymbolicNames;
     private List<String> reversedBundleSymbolicNames;
 
+    private static final String CDP_GRAPHQL_FEATURE = "cdp-graphql-feature";

Review Comment:
   Removed



##########
tools/shell-commands/src/main/java/org/apache/unomi/shell/services/internal/UnomiManagementServiceImpl.java:
##########
@@ -31,13 +34,19 @@
  */
 public class UnomiManagementServiceImpl implements UnomiManagementService {
 
+    private static final Logger logger = 
LoggerFactory.getLogger(UnomiManagementServiceImpl.class);
+
     private BundleContext bundleContext;
+    private FeaturesService featuresService;

Review Comment:
   Removed



##########
tools/shell-commands/pom.xml:
##########
@@ -78,6 +79,12 @@
             <version>4.11</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.features</groupId>
+            <artifactId>org.apache.karaf.features.core</artifactId>
+            <version>${version.karaf}</version>
+            <scope>provided</scope>
+        </dependency>

Review Comment:
   Removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to