Changeset 1947 for trunk


Ignore:
Timestamp:
2011-09-05 11:42:06 (9 months ago)
Author:
mpo
Message:

Adding extra required sl4j dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/kauri-runtime-testfw/pom.xml

    r1946 r1947  
    3232    <dependency> 
    3333      <groupId>org.slf4j</groupId> 
     34      <artifactId>slf4j-api</artifactId> 
     35    </dependency> 
     36    <dependency> 
     37      <groupId>org.slf4j</groupId> 
     38      <artifactId>slf4j-log4j12</artifactId> 
     39    </dependency> 
     40    <dependency> 
     41      <groupId>org.slf4j</groupId> 
    3442      <artifactId>jul-to-slf4j</artifactId> 
    3543    </dependency> 
Note: See TracChangeset for help on using the changeset viewer.