diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-02 11:48:57 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-02 11:48:57 +0100 |
commit | ee051c0da6dbc967b50eee86bd906f372ad4e8bf (patch) | |
tree | 6bfcd74debc5924462ec017583b3fdd6028bedcf | |
parent | 7eed36852efd6c4fbe6c24ce9e0bb8fc0d503415 (diff) | |
download | sonarqube-ee051c0da6dbc967b50eee86bd906f372ad4e8bf.tar.gz sonarqube-ee051c0da6dbc967b50eee86bd906f372ad4e8bf.zip |
Remove xalan from <dependencyManamagent>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -989,11 +989,6 @@ <version>2.8.1</version> </dependency> <dependency> - <groupId>xalan</groupId> - <artifactId>xalan</artifactId> - <version>2.7.1</version> - </dependency> - <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.2</version> |