]> source.dussan.org Git - archiva.git/commitdiff
update registry dependencies
authorBrett Porter <brett@apache.org>
Thu, 15 Feb 2007 10:37:16 +0000 (10:37 +0000)
committerBrett Porter <brett@apache.org>
Thu, 15 Feb 2007 10:37:16 +0000 (10:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507880 13f79535-47bb-0310-9956-ffa450edef68

archiva-configuration/pom.xml
archiva-configuration/src/test/resources/org/apache/maven/archiva/configuration/ArchivaConfigurationTest.xml
archiva-core/pom.xml
archiva-core/src/test/resources/org/apache/maven/archiva/repositories/DefaultActiveManagedRepositoriesTest.xml
archiva-core/src/test/resources/org/apache/maven/archiva/scheduler/executors/IndexerTaskExecutorTest.xml
archiva-webapp/pom.xml
archiva-webapp/src/main/resources/META-INF/plexus/application.xml

index f1be14e0226d879ced25ed85c2b16c88aec60b06..1a60c2d7cbd7118c4c3dfae081b6811de0a27938 100644 (file)
       <artifactId>commons-io</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-registry</artifactId>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-api</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-commons</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
     <!-- Test Deps -->
     <dependency>
       <groupId>easymock</groupId>
index fcdc6e1b9a3fff97792bc43158fa06ce55133f16..55daf43f292ada3cb85f297d9d3917f8d0b5964c 100644 (file)
@@ -34,7 +34,7 @@
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
       <role-hint>empty</role-hint>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <configuration>
       </configuration>
     </component>
@@ -53,7 +53,7 @@
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
       <role-hint>configured</role-hint>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <configuration>
         <properties>
           <system/>
@@ -77,7 +77,7 @@
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
       <role-hint>save</role-hint>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <configuration>
         <properties>
           <xml fileName="${basedir}/target/test/test-file.xml" config-optional="true" config-forceCreate="true"
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
       <role-hint>read-saved</role-hint>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <configuration>
         <properties>
           <xml fileName="${basedir}/target/test/test-file.xml" config-optional="true" config-forceCreate="true"
index 0f4f056bc800a23695b0b49bd0ea0d79a7293f88..141a66d69781011b177850f54f0aaeb8ed2dfe0e 100644 (file)
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-commons</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
     <!-- needed for PlexusTestCase -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
index 2e59f080c1ec917ca2e374347f4ccdc8d87c7cbc..34d15023a0dcee7c89934ab959a6e34876492305 100644 (file)
@@ -22,7 +22,7 @@
   <components>
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <role-hint>commons-configuration</role-hint>
       <configuration>
         <properties>
index 2e59f080c1ec917ca2e374347f4ccdc8d87c7cbc..34d15023a0dcee7c89934ab959a6e34876492305 100644 (file)
@@ -22,7 +22,7 @@
   <components>
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <role-hint>commons-configuration</role-hint>
       <configuration>
         <properties>
index 64da6ad836c6e96e2eb210323cbd58ec0213c677..d7c04e2c05f7d72f031fe201fecfa05711e8cb68 100644 (file)
       <artifactId>webwork</artifactId>
       <version>2.2.4</version>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus.registry</groupId>
+      <artifactId>plexus-registry-commons</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
index 6be24dde943b5059392525fa8dcab6ee89295516..b99ee8262239ac7dbec04b073ce643ed43990717 100644 (file)
@@ -23,7 +23,7 @@
 
     <component>
       <role>org.codehaus.plexus.registry.Registry</role>
-      <implementation>org.codehaus.plexus.registry.CommonsConfigurationRegistry</implementation>
+      <implementation>org.codehaus.plexus.registry.commons.CommonsConfigurationRegistry</implementation>
       <role-hint>commons-configuration</role-hint>
       <configuration>
         <properties>
             <name>org.jpox.poid.transactionIsolation</name>
             <value>READ_UNCOMMITTED</value>
           </property>
+<!--
           <property>
             <name>org.jpox.rdbms.dateTimezone</name>
             <value>JDK_DEFAULT_TIMEZONE</value>
           </property>
+-->
 <!--
           <property>
             <name>org.jpox.identifier.case</name>