Skip to content

Commit

Permalink
Removes Maven warnings about using the wildcards for the artifactId i…
Browse files Browse the repository at this point in the history
…n dependency exclusions
  • Loading branch information
Edwin Shin committed Apr 18, 2013
1 parent 7ac04a4 commit db5c9a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -28,11 +28,15 @@
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>*</artifactId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>*</artifactId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit db5c9a9

Please sign in to comment.