added spring repositories
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 8 Oct 2014 11:12:29 +0000 (11:12 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 8 Oct 2014 11:12:29 +0000 (11:12 +0000)
eu.etaxonomy.taxeditor.remoting/pom.xml

index 2f506c68b518c89e40b2e8d438f50046757f2b7f..6df07fe2672c6409cc78a89a54c813d40c5c45c5 100644 (file)
       </build>
     </profile>
   </profiles>
       </build>
     </profile>
   </profiles>
+  <repositories>
+    <repository>
+      <id>SpringSource Enterprise Bundle Repository - External Bundle
+        Milestones</id>
+      <url>http://repository.springsource.com/maven/bundles/milestone
+      </url>
+    </repository>
+    <repository>
+      <id>SpringSource Enterprise Bundle Repository - SpringSource
+        Bundle Releases</id>
+      <url>http://repository.springsource.com/maven/bundles/release
+      </url>
+    </repository>
+    <repository>
+      <id>SpringSource Enterprise Bundle Repository - External Bundle
+        Releases</id>
+      <url>http://repository.springsource.com/maven/bundles/external
+      </url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>eu.etaxonomy</groupId>
   <dependencies>
     <dependency>
       <groupId>eu.etaxonomy</groupId>
       <artifactId>javassist</artifactId>
       <version>3.17.1-GA</version>
     </dependency>
       <artifactId>javassist</artifactId>
       <version>3.17.1-GA</version>
     </dependency>
+    <dependency>
+      <groupId>au.com.bytecode</groupId>
+      <artifactId>opencsv</artifactId>
+      <version>2.4</version>
+    </dependency>
+
 
     <!-- For Unit Tests -->
     <dependency>
 
     <!-- For Unit Tests -->
     <dependency>