added sanselan to pom.xml
authora.babadshanjan <a.babadshanjan@localhost>
Fri, 14 Nov 2008 13:32:22 +0000 (13:32 +0000)
committera.babadshanjan <a.babadshanjan@localhost>
Fri, 14 Nov 2008 13:32:22 +0000 (13:32 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 866a5d9c7f4adeac504520b1e6e2640b4da6ef3b..6a467174c2ee1dafd0cd3ee18a41b2f0503fa4e6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <id>EditRepository</id>
                        <url>http://wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
                </repository>
+        <!-- apache incubating repository -->
+               <repository>
+                       <id>ApacheIncubating</id>
+                       <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+               </repository>
 
        </repositories>
 
                                <artifactId>poi</artifactId>
                                <version>3.1-FINAL</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.apache.sanselan</groupId>
+                               <artifactId>sanselan</artifactId>
+                               <version>0.94-incubator</version>
+                       </dependency
                        
                    <!-- joda-time -->
                        <dependency>