diff options
author | Olivier Lamy <olamy@apache.org> | 2022-06-06 08:10:37 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2022-06-06 08:10:37 +1000 |
commit | 235196f4717ec1fd45deced895862c196a1f1821 (patch) | |
tree | d1021e86af7298eab60ff2cb62fa036b5edfa0a0 | |
parent | d1105c13e1e5c9dffbae3c48e4f2d14f01337fc5 (diff) | |
download | archiva-235196f4717ec1fd45deced895862c196a1f1821.tar.gz archiva-235196f4717ec1fd45deced895862c196a1f1821.zip |
cleanup old comments
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index d3ca90441..56b148436 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -166,11 +166,6 @@ <artifactId>plexus-utils</artifactId> <scope>runtime</scope> </dependency> - <!-- normally not needed as we are 1.6 required - but due to http://jira.codehaus.org/browse/MODELLO-266 - and we use stax reader produced by modello - ibm jdk stax impl won't work with - --> <dependency> <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-core</artifactId> |