mirror of https://github.com/apache/archiva.git
[MRM-709] use SelectorUtils from ant.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1309057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bda662451a
commit
045c83645b
|
@ -76,6 +76,10 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.redback.components</groupId>
|
||||
<artifactId>spring-utils</artifactId>
|
||||
|
@ -191,6 +195,7 @@
|
|||
org.codehaus.plexus.evaluator*,
|
||||
org.codehaus.plexus.registry,
|
||||
org.codehaus.plexus.util,
|
||||
org.apache.tools.ant.types.selectors,
|
||||
org.codehaus.redback.components.registry.commons,
|
||||
org.codehaus.redback.components.springutils,
|
||||
org.springframework.stereotype;version="[3,4)",
|
||||
|
|
|
@ -25,10 +25,10 @@ import org.apache.archiva.configuration.io.registry.ConfigurationRegistryReader;
|
|||
import org.apache.commons.collections.CollectionUtils;
|
||||
import org.apache.commons.collections.Predicate;
|
||||
import org.apache.commons.configuration.CombinedConfiguration;
|
||||
import org.apache.tools.ant.types.selectors.SelectorUtils;
|
||||
import org.codehaus.plexus.registry.Registry;
|
||||
import org.codehaus.plexus.registry.RegistryException;
|
||||
import org.codehaus.plexus.registry.RegistryListener;
|
||||
import org.codehaus.plexus.util.SelectorUtils;
|
||||
import org.codehaus.redback.components.registry.commons.CommonsConfigurationRegistry;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
|
|
@ -194,6 +194,10 @@
|
|||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.indexer</groupId>
|
||||
<artifactId>indexer-core</artifactId>
|
||||
|
|
|
@ -70,6 +70,10 @@
|
|||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.indexer</groupId>
|
||||
<artifactId>indexer-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue