diff options
author | Martin Stockhammer <martin_s@apache.org> | 2019-10-03 19:18:36 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2019-10-03 19:18:36 +0200 |
commit | 8a94fa6bdd1a708faa69f617006504ceb1fb9c47 (patch) | |
tree | e86dbceda3923d03b1759e747fee351f636713ec /archiva-modules/archiva-web | |
parent | 391442c6a0b1075d2eb76fbb81d5401818871ee7 (diff) | |
download | archiva-8a94fa6bdd1a708faa69f617006504ceb1fb9c47.tar.gz archiva-8a94fa6bdd1a708faa69f617006504ceb1fb9c47.zip |
Removing junit 4 dependencies
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 5 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 0a92dd773..3ccb8df1b 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -263,11 +263,6 @@ </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index 03ad2cb70..fe694d2d1 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -253,11 +253,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <scope>test</scope> |