You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/09 11:34:21 UTC

svn commit: r593483 - /directory/sandbox/felixk/studio-connection-ui/pom.xml

Author: felixk
Date: Fri Nov  9 02:34:21 2007
New Revision: 593483

URL: http://svn.apache.org/viewvc?rev=593483&view=rev
Log:
Add missing dependencies

Modified:
    directory/sandbox/felixk/studio-connection-ui/pom.xml

Modified: directory/sandbox/felixk/studio-connection-ui/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-connection-ui/pom.xml?rev=593483&r1=593482&r2=593483&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-connection-ui/pom.xml (original)
+++ directory/sandbox/felixk/studio-connection-ui/pom.xml Fri Nov  9 02:34:21 2007
@@ -97,7 +97,27 @@
         </dependency>
         <dependency>
             <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.runtime</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.core.jobs</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
             <artifactId>org.eclipse.equinox.registry</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.equinox.common</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse</groupId>
+            <artifactId>org.eclipse.osgi</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>