diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-09-18 10:39:05 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-09-18 10:39:05 +0200 |
| commit | 3743d182d99dbed9d2be84dc357f6839ffe4d2ec (patch) | |
| tree | 7fe88768469f34601c494f5b027bd9c3a6d622e7 /pom.xml | |
| parent | 1537f39761e11669335f6499474f23b11cf2cf38 (diff) | |
Hierarchical Roles. Fixes #199
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 36 |
1 files changed, 13 insertions, 23 deletions
@@ -94,10 +94,6 @@ <artifactId>xercesImpl</artifactId> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </dependency> - <dependency> <groupId>org.codehaus.castor</groupId> <artifactId>castor-xml-schema</artifactId> <exclusions> @@ -126,6 +122,10 @@ <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </dependency> </dependencies> <dependencyManagement> @@ -133,12 +133,12 @@ <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> - <version>2.9.1</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.codehaus.castor</groupId> <artifactId>castor-xml-schema</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> </dependency> <dependency> <groupId>org.python</groupId> @@ -147,29 +147,19 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>tanukisoft</groupId> - <artifactId>wrapper</artifactId> - <version>3.2.3</version> - </dependency> - <dependency> - <groupId>com.novell.ldap</groupId> - <artifactId>jldap</artifactId> - <version>4.3</version> - </dependency> - <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> - <version>1.3</version> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> + <version>1.5</version> </dependency> <dependency> <groupId>org.codehaus.castor</groupId> <artifactId>castor-xml</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.4.01</version> </dependency> </dependencies> </dependencyManagement> |
