This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit bde6350a309395abc0748452e52ff535cd087632 Author: Martin Stockhammer <[email protected]> AuthorDate: Sat Oct 5 00:59:42 2019 +0200 Removing jpox dependency --- archiva-modules/archiva-web/archiva-webapp/pom.xml | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 419cd4b..e82b08f 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -514,39 +514,6 @@ </dependency> <dependency> - <groupId>jpox</groupId> - <artifactId>jpox</artifactId> - <exclusions> - <exclusion> - <groupId>javax.transaction</groupId> - <artifactId>jta</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>jpox</groupId> - <artifactId>jpox-ehcache</artifactId> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>ehcache</groupId> - <artifactId>ehcache</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.apache.archiva.redback.components.cache</groupId> <artifactId>spring-cache-ehcache</artifactId> <exclusions>
