]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Working RCP
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 30 Mar 2011 19:40:54 +0000 (19:40 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 30 Mar 2011 19:40:54 +0000 (19:40 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@4413 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dep/org.argeo.slc.dep.agent/pom.xml
eclipse/plugins/org.argeo.slc.client.rcp/pom.xml

index 45f09237855a1d5bf620e3e3b4f2fe4f37c62b88..60efad6585e962069342f0ca229b643b64b76463 100644 (file)
                </dependency>
 
                <!-- DB Drivers -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.jdbc</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.jdbc</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
                <dependency>
                        <groupId>org.hsqldb</groupId>
                        <artifactId>com.springsource.org.hsqldb</artifactId>
index c2daa2308408435da4cfde7c500114f93f67d7d8..bd8d7ee20a429d91f6781fba1dd6c7d4b447db81 100644 (file)
                        <artifactId>org.argeo.slc.client.oxm</artifactId>
                        <version>${version.slc}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.eclipse</groupId>
-                       <artifactId>org.argeo.slc.client.rcp</artifactId>
-                       <version>${version.slc}</version>
-               </dependency>
 
                <dependency>
                        <groupId>org.argeo.slc.modules</groupId>