You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2014/08/07 07:32:56 UTC

git commit: CLEREZZA-941: Disabled commons.security

Repository: clerezza
Updated Branches:
  refs/heads/master a7b101812 -> b0cdcfbe4


CLEREZZA-941: Disabled commons.security

Not only in dependency management section but in dependencies section as
well


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/b0cdcfbe
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/b0cdcfbe
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/b0cdcfbe

Branch: refs/heads/master
Commit: b0cdcfbe4a5db312ebf5d3feb0645455d1777c55
Parents: a7b1018
Author: Minto van der Sluis <mi...@apache.org>
Authored: Thu Aug 7 07:32:47 2014 +0200
Committer: Minto van der Sluis <mi...@apache.org>
Committed: Thu Aug 7 07:32:47 2014 +0200

----------------------------------------------------------------------
 platform.launcher.storageless.parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/b0cdcfbe/platform.launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml
index 04e3a62..87ec59d 100644
--- a/platform.launcher.storageless.parent/pom.xml
+++ b/platform.launcher.storageless.parent/pom.xml
@@ -592,10 +592,12 @@
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
     </dependency>
+    <!-- 0.12 version is incomaptible with 1.0.0 version of commons.security, so diabling till stanbol 1.0.0 is released
     <dependency>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
     </dependency>
+	-->
     <dependency> <!-- LD Path -->
       <groupId>at.newmedialab.ldpath</groupId>
       <artifactId>ldpath-api</artifactId>