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:41:32 UTC

directory-fortress-commander git commit: revert exclusion of xml-apis for now

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 55c5df90f -> 70195cb06


revert exclusion of xml-apis for now


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/70195cb0
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/70195cb0
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/70195cb0

Branch: refs/heads/master
Commit: 70195cb061706c872d6021fda55bc681005be20e
Parents: 55c5df9
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Sep 15 08:34:05 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Sep 15 08:34:05 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/70195cb0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42cafd5..8bee28a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,12 +218,14 @@
       <version>1.4.9</version>
       <scope>test</scope>
 
+<!--
       <exclusions>
         <exclusion>
           <groupId>xml-apis</groupId>
           <artifactId>xml-apis</artifactId>
         </exclusion>
       </exclusions>
+-->
 
     </dependency>