added runtime for slf4j

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@69062 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-02-08 16:11:51 +00:00
parent 25510e90e3
commit e5c61bae8c
1 changed files with 2 additions and 2 deletions

View File

@ -200,13 +200,13 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
<scope>${setScope}</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.4</version>
<scope>${setScope}</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>