Skip to content

Commit

Permalink
Add missing excludes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/core@423223 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Jul 18, 2006
1 parent 54c9301 commit eea099a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cocoon-core/pom.xml
Expand Up @@ -121,6 +121,12 @@
<groupId>org.apache.excalibur.containerkit.logger</groupId>
<artifactId>excalibur-logger</artifactId>
<version>2.1</version>
<exclusions>
<exclusion>
<groupId>avalon-logkit</groupId>
<artifactId>avalon-logkit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.excalibur.components.store</groupId>
Expand All @@ -140,6 +146,10 @@
<groupId>servlet-api</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>excalibur-pool</groupId>
<artifactId>excalibur-pool-instrumented</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit eea099a

Please sign in to comment.