@@ -34,6 +34,13 @@
</properties>
<dependencies>
+ <!-- Adding this dependency makes this build in ozone !-->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <!-- but this not needed in trunk !-->
+
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>