diff options
author | Brett Porter <brett@apache.org> | 2008-04-14 04:58:17 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-04-14 04:58:17 +0000 |
commit | db51c1b5909b8aebd63e1d7c26271687826c3036 (patch) | |
tree | 2dcf565069c45893fa84651e2d08c6daa196c1a6 /archiva-modules/archiva-scheduled | |
parent | 0594ef58bedee0ef7cd7309a10e0c3c7fc6dcdc6 (diff) | |
download | archiva-db51c1b5909b8aebd63e1d7c26271687826c3036.tar.gz archiva-db51c1b5909b8aebd63e1d7c26271687826c3036.zip |
remove all traces of the Plexus container
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@647663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-scheduled')
-rw-r--r-- | archiva-modules/archiva-scheduled/pom.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/archiva-modules/archiva-scheduled/pom.xml b/archiva-modules/archiva-scheduled/pom.xml index 5650801a9..00a85ebbe 100644 --- a/archiva-modules/archiva-scheduled/pom.xml +++ b/archiva-modules/archiva-scheduled/pom.xml @@ -48,6 +48,12 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-quartz</artifactId> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -65,6 +71,12 @@ <dependency> <groupId>org.codehaus.plexus.registry</groupId> <artifactId>plexus-registry-api</artifactId> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> </dependency> <!-- Test Dependencies --> <dependency> @@ -82,11 +94,6 @@ <artifactId>plexus-registry-commons</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-slf4j-logging</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> <plugins> |