You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by fl...@apache.org on 2014/03/29 07:40:49 UTC

git commit: missing deps

Repository: clerezza
Updated Branches:
  refs/heads/master c007a6aa0 -> 0a62eb512


missing deps


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

Branch: refs/heads/master
Commit: 0a62eb5123ac4151df2e5e8aba44d902a6fadffc
Parents: c007a6a
Author: Florent <fl...@apache.org>
Authored: Sat Mar 29 07:37:47 2014 +0100
Committer: Florent <fl...@apache.org>
Committed: Sat Mar 29 07:37:47 2014 +0100

----------------------------------------------------------------------
 platform.launcher.storageless.parent/pom.xml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/0a62eb51/platform.launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml
index 4260de1..84fb17a 100644
--- a/platform.launcher.storageless.parent/pom.xml
+++ b/platform.launcher.storageless.parent/pom.xml
@@ -538,17 +538,21 @@
             <artifactId>platform.security.foafssl.test</artifactId>
             <scope>runtime</scope>
         </dependency>
-            <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>platform.security.foafssl.ontologies</artifactId>
-            <scope>runtime</scope>
-        </dependency>
+	-->
         <dependency>
+          <groupId>org.apache.clerezza</groupId>
+          <artifactId>platform.security.foafssl.ontologies</artifactId>
+	  <version>0.2-SNAPSHOT</version>
+          <scope>runtime</scope>
+        </dependency>
+        
+	<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ssl.keygen.base</artifactId>
+	       <version>0.6-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
-        <dependency>
+        <!--<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.security.auth.basic</artifactId>
             <scope>runtime</scope>