OMID-192 fix missing jcommander dependency
diff --git a/tso-server/pom.xml b/tso-server/pom.xml
index b3e1130..e4f35cb 100644
--- a/tso-server/pom.xml
+++ b/tso-server/pom.xml
@@ -92,6 +92,7 @@
             <groupId>org.apache.omid</groupId>
             <artifactId>omid-codahale-metrics</artifactId>
             <version>${project.version}</version>
+            <scope>runtime</scope>
         </dependency>
         <!-- The hbase-related dependency is added here just to include the jar in the final tar.gz package assembled.
         The hbase tools are handy to create the required Omid tables from the same script that starts the TSO server -->
@@ -99,7 +100,7 @@
             <groupId>org.apache.omid</groupId>
             <artifactId>omid-hbase-tools-${hbase.artifactId.suffix}</artifactId>
             <version>${project.version}</version>
-            <scope>provided</scope>
+            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.omid</groupId>