Procházet zdrojové kódy

Resolve some compilation problems with m2

Carlos Sanchez před 19 roky
rodič
revize
465f76cb22
1 změnil soubory, kde provedl 34 přidání a 1 odebrání
  1. 34 1
      core/pom.xml

+ 34 - 1
core/pom.xml

@@ -31,7 +31,6 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-mock</artifactId>
       <optional>true</optional>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>ehcache</groupId>
@@ -107,5 +106,39 @@
       <version>1.0.1</version>
       <scope>test</scope>
     </dependency>
+
+    <!-- to be removed when spring has poms -->
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-dao</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>2.0-m2</version>
+    </dependency>
+
   </dependencies>
+
 </project>