Author: reto
Date: Tue May 17 18:41:47 2011
New Revision: 1104456

URL: http://svn.apache.org/viewvc?rev=1104456&view=rev
Log:
added dependency to dashboard (must previously have been transitive)

Modified:
    incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml?rev=1104456&r1=1104455&r2=1104456&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml 
(original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml Tue May 
17 18:41:47 2011
@@ -18,7 +18,7 @@
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.core</artifactId>
                </dependency>
-        <dependency>
+               <dependency>
                        <groupId>org.apache.clerezza</groupId>
                        <artifactId>platform.typerendering.core</artifactId>
                </dependency>
@@ -28,6 +28,10 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.clerezza</groupId>
+                       <artifactId>platform.dashboard.core</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.clerezza</groupId>
                        <artifactId>rdf.ontologies</artifactId>
                </dependency>
                <dependency>
@@ -42,18 +46,18 @@
                        <groupId>org.apache.clerezza</groupId>
                        <artifactId>osgi.services</artifactId>
                </dependency>
-        <dependency>
+               <dependency>
                        <groupId>org.scala-lang</groupId>
                        <artifactId>scala-library</artifactId>
                </dependency>
                <dependency>
                        <groupId>javax.ws.rs</groupId>
                        <artifactId>jsr311-api</artifactId>
-        </dependency>
+               </dependency>
        </dependencies>
        <build>
                <sourceDirectory>src/main/scala</sourceDirectory>
-    <testSourceDirectory>src/test/scala</testSourceDirectory>
+               <testSourceDirectory>src/test/scala</testSourceDirectory>
                <plugins>
                        <plugin>
                                <groupId>org.apache.felix</groupId>


Reply via email to