]> source.dussan.org Git - archiva.git/commitdiff
Removing xerces dependencies
authorMartin Stockhammer <martin_s@apache.org>
Sat, 28 Sep 2019 19:49:05 +0000 (21:49 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sat, 28 Sep 2019 19:49:05 +0000 (21:49 +0200)
archiva-modules/archiva-base/archiva-configuration/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-core-consumers/pom.xml
archiva-modules/archiva-base/archiva-consumers/archiva-lucene-consumers/pom.xml
archiva-modules/archiva-base/archiva-proxy/pom.xml
archiva-modules/archiva-scheduler/archiva-scheduler-repository-api/pom.xml

index 099f7c19eafff38a17bb55d3bb69d795ddea613d..dfa2a2072c6bb5bff86e61ced2efed0680564de1 100644 (file)
           <systemPropertyVariables>
             <basedir>${basedir}</basedir>
           </systemPropertyVariables>
+          <trimStackTrace>false</trimStackTrace>
         </configuration>
       </plugin>
     </plugins>
index aabd0e7eae601a52b3258878267bfbea66b9fbc1..0c1a81f5f53d4a2347a8717589ac157f036a804a 100644 (file)
       <artifactId>wagon-http-lightweight</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
index eb11316bf7e4c5891b0e4d2ba2bc97cbe15b04b2..55dd403ffc483f04331b0d0755b77abcacd61566 100644 (file)
       <artifactId>metadata-store-jcr</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.archiva.maven</groupId>
       <artifactId>archiva-maven-indexer</artifactId>
index e4b2a063b39f4bb7f8726af649f50244629bb294..5d90c62cef3b23269160fa2347b485b554bfe431 100644 (file)
       <artifactId>redback-common-test-resources</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
index 4a081bb778eb49732960e6798dae8889dbc4621b..c07080f58ad2af450e557a4901ed3ca4994523d0 100644 (file)
       <artifactId>slf4j-api</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
   <build>
     <pluginManagement>