Skip to content

Commit 7d08967

Browse files
committed
Adding slf4j to get rid of warning messages
1 parent a993d15 commit 7d08967

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

alfresco-cloud-example/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,10 @@
6565
<artifactId>tika-parsers</artifactId>
6666
<version>1.1</version>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.slf4j</groupId>
70+
<artifactId>slf4j-nop</artifactId>
71+
<version>1.6.6</version>
72+
</dependency>
6873
</dependencies>
69-
</project>
74+
</project>

0 commit comments

Comments
 (0)