Subversion Repositories SmartDukaan

Rev

Rev 3430 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3430 Rev 28497
Line 41... Line 41...
41
  			<artifactId>commons-codec</artifactId>
41
  			<artifactId>commons-codec</artifactId>
42
        </exclusion>
42
        </exclusion>
43
        </exclusions>
43
        </exclusions>
44
	</dependency>
44
	</dependency>
45
    <dependency>
45
    <dependency>
46
      <groupId>readonly.slf4j</groupId>
46
      <groupId>org.slf4j</groupId>
47
      <artifactId>slf4j-api</artifactId>
47
      <artifactId>slf4j-api</artifactId>
48
      <version>1.5.8</version>
48
      <version>1.5.8</version>
49
    </dependency>
49
    </dependency>
50
    <dependency>
50
    <dependency>
51
      <groupId>readonly.slf4j</groupId>
51
      <groupId>org.slf4j</groupId>
52
      <artifactId>slf4j-simple</artifactId>
52
      <artifactId>slf4j-simple</artifactId>
53
      <version>1.5.8</version>
53
      <version>1.5.8</version>
54
    </dependency>
54
    </dependency>
55
  </dependencies>
55
  </dependencies>
56
</project>
56
</project>