Skip to content

Commit

Permalink
Exclude slf4j-log4j from iordf.
Browse files Browse the repository at this point in the history
Requested on mailing list.
  • Loading branch information
johnmay committed Feb 26, 2015
1 parent f7b3388 commit c64509b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions storage/iordf/pom.xml
Expand Up @@ -22,6 +22,12 @@
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>2.7.4</version>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

1 comment on commit c64509b

@egonw
Copy link
Member

@egonw egonw commented on c64509b Feb 26, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And each day I learn more about Maven :)

@johnmay thanks for pushing Maven in the CDK project; I learned a lot!

Please sign in to comment.