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 2015/04/14 15:13:29 UTC

[54/87] [abbrv] clerezza git commit: CLEREZZA-979: added scala.xml to dependency management

CLEREZZA-979: added scala.xml to dependency management

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

Branch: refs/heads/master
Commit: 32abd37f5257916c51b3288501151e7d80a786bf
Parents: f69f4e1
Author: Reto Gmuer <re...@apache.org>
Authored: Mon Mar 23 19:35:21 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Mon Mar 23 19:35:21 2015 +0000

----------------------------------------------------------------------
 parent/pom.xml | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/32abd37f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3ce46ec..6c80e01 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -34,7 +34,7 @@
     <description>The direct or indirect parent of all Clerezza Artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
-	<stanbol.version>0.12.0</stanbol.version>
+        <stanbol.version>0.12.0</stanbol.version>
     </properties>
     <licenses>
         <license>
@@ -351,6 +351,11 @@
                 <version>2.11.6</version>
             </dependency>
             <dependency>
+                <groupId>org.scala-lang.modules</groupId>
+                <artifactId>scala-xml_2.11</artifactId>
+                <version>1.0.3</version>
+            </dependency>
+            <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-compiler</artifactId>
                 <version>2.11.6</version>
@@ -531,16 +536,16 @@
                 <version>1.46</version>
             </dependency>
 	    
-	    <!-- Apache Stanbol dependencies -->
-	    <dependency>
-              <groupId>org.apache.stanbol</groupId>
-              <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-              <version>1.0.0</version>
+            <!-- Apache Stanbol dependencies -->
+            <dependency>
+                <groupId>org.apache.stanbol</groupId>
+                <artifactId>org.apache.stanbol.commons.security.core</artifactId>
+                <version>1.0.0</version>
             </dependency>
-	    <dependency>
-              <groupId>org.apache.stanbol</groupId>
-              <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-	      <version>${stanbol.version}</version>
+            <dependency>
+                <groupId>org.apache.stanbol</groupId>
+                <artifactId>org.apache.stanbol.commons.web.base</artifactId>
+                <version>${stanbol.version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -579,8 +584,8 @@
         <url>http://git.apache.org/clerezza.git/</url>
         <connection>scm:git:git://git.apache.org/clerezza.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection>
-      <tag>reactor-0.3</tag>
-  </scm>
+        <tag>reactor-0.3</tag>
+    </scm>
 
     <!-- lets generate reports -->
     <reporting>