Skip to content

Commit

Permalink
Excluding LDAP connector transitive dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jun 1, 2016
1 parent bc866ef commit 923f744
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gui/admin-gui/pom.xml
Expand Up @@ -659,6 +659,17 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</exclusion>
<!-- Exclude api-all and connector-common as that would be included in the WAR as a transitive
dependency. We do not want that. We only want the api-all from the connector
jar that would be loaded by the ConnId. -->
<exclusion>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
</exclusion>
<exclusion>
<groupId>com.evolveum.polygon</groupId>
<artifactId>connector-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 923f744

Please sign in to comment.