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

[1/2] git commit: CLEREZZA-942: not declaring dependencies as provided

Repository: clerezza
Updated Branches:
  refs/heads/master 82b6a9429 -> 05b6acd16


CLEREZZA-942: not declaring dependencies as provided

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

Branch: refs/heads/master
Commit: 39457b1e1536987fa103ef532c29b91dcb82675d
Parents: 2d55dbb
Author: Reto Gmür <re...@apache.org>
Authored: Thu Aug 7 14:45:06 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Thu Aug 7 14:45:06 2014 +0200

----------------------------------------------------------------------
 provisioning/typehandlerspace/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/39457b1e/provisioning/typehandlerspace/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/typehandlerspace/pom.xml b/provisioning/typehandlerspace/pom.xml
index eab66bd..47ba1f9 100644
--- a/provisioning/typehandlerspace/pom.xml
+++ b/provisioning/typehandlerspace/pom.xml
@@ -45,21 +45,18 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
             <version>0.2</version>
-            <scope>provided</scope>
         </dependency> 	
  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace.jaxrs</artifactId>
             <version>0.9</version>
-            <scope>provided</scope>
         </dependency> 	
 
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
             <version>0.9</version>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
 


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/clerezza

Posted by re...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/clerezza


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

Branch: refs/heads/master
Commit: 05b6acd169ac8ad263b36f8ca4e0f717b51a741f
Parents: 39457b1 82b6a94
Author: Reto Gmür <re...@apache.org>
Authored: Thu Aug 7 14:45:41 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Thu Aug 7 14:45:41 2014 +0200

----------------------------------------------------------------------
 provisioning/rdf.virtuoso/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------