You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2017/09/17 14:58:33 UTC

directory-fortress-core git commit: FC-227 - Exclude xml-apis from LDAP api

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 6cc69e939 -> 62a271a79


FC-227 - Exclude xml-apis from LDAP api


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/62a271a7
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/62a271a7
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/62a271a7

Branch: refs/heads/master
Commit: 62a271a79500cc3369e32064cf362db9c1362aa8
Parents: 6cc69e9
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Sep 15 08:51:07 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Sep 15 08:51:07 2017 -0500

----------------------------------------------------------------------
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/62a271a7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d204418..b129ecc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,12 @@
       <artifactId>api-all</artifactId>
       <version>${version.api.all}</version>
       <type>jar</type>
+      <exclusions>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
@@ -451,7 +457,6 @@
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>${version.commons.codec}</version>
-      <!--<scope>test</scope>-->
     </dependency>
 
     <dependency>