Skip to content

Commit

Permalink
Fixing dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Sep 18, 2015
1 parent b1366c3 commit a2e36a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions build-system/pom.xml
Expand Up @@ -845,6 +845,21 @@
<artifactId>joda-time</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>1.0.0-M32-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion> <!-- Version conflict with xalan -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
1 change: 0 additions & 1 deletion testing/conntest/pom.xml
Expand Up @@ -110,7 +110,6 @@
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>1.0.0-M31-e1</version>
</dependency>

<!-- TEST dependency -->
Expand Down

0 comments on commit a2e36a8

Please sign in to comment.