diff options
author | Martin Stockhammer <martin.stockhammer@ars.de> | 2018-10-26 20:02:50 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2018-10-26 21:03:19 +0200 |
commit | ba75d27818843851717870ba9ae83a5acca0af4c (patch) | |
tree | 9f6d30b7ea07f54279719aeade3519f58543f62b /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | c069d160f92e67669150a376fec6661025b2d4b8 (diff) | |
download | archiva-ba75d27818843851717870ba9ae83a5acca0af4c.tar.gz archiva-ba75d27818843851717870ba9ae83a5acca0af4c.zip |
Changing maven version and removing plexus deps
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 7152a5c93..e8d26bb55 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -219,6 +219,7 @@ </exclusions> </dependency> + <!-- <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-slf4j-logging</artifactId> @@ -230,6 +231,7 @@ </exclusion> </exclusions> </dependency> + --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> |