Revision: 1353
          http://svn.sourceforge.net/spring-rich-c/?rev=1353&view=rev
Author:   mathiasbr
Date:     2006-08-30 13:20:19 -0700 (Wed, 30 Aug 2006)

Log Message:
-----------
fixed runtime dependencies for petclinic

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml
    trunk/spring-richclient/samples/petclinic/common/pom.xml
    trunk/spring-richclient/samples/petclinic/gui/pom.xml

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-08-30 15:32:54 UTC (rev 1352)
+++ trunk/spring-richclient/pom.xml     2006-08-30 20:20:19 UTC (rev 1353)
@@ -784,6 +784,11 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
+                <artifactId>spring-orm</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
                 <artifactId>spring-jdbc</artifactId>
                 <version>${spring.version}</version>
             </dependency>

Modified: trunk/spring-richclient/samples/petclinic/common/pom.xml
===================================================================
--- trunk/spring-richclient/samples/petclinic/common/pom.xml    2006-08-30 
15:32:54 UTC (rev 1352)
+++ trunk/spring-richclient/samples/petclinic/common/pom.xml    2006-08-30 
20:20:19 UTC (rev 1353)
@@ -17,6 +17,16 @@
     </description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-orm</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-aop</artifactId>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

Modified: trunk/spring-richclient/samples/petclinic/gui/pom.xml
===================================================================
--- trunk/spring-richclient/samples/petclinic/gui/pom.xml       2006-08-30 
15:32:54 UTC (rev 1352)
+++ trunk/spring-richclient/samples/petclinic/gui/pom.xml       2006-08-30 
20:20:19 UTC (rev 1353)
@@ -86,6 +86,11 @@
             <artifactId>forms</artifactId>
         </dependency>
         <dependency>
+            <groupId>com.jgoodies</groupId>
+            <artifactId>looks</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
             <groupId>org.jdesktop</groupId>
             <artifactId>swingx</artifactId>
         </dependency>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to