You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/07/09 14:58:40 UTC

svn commit: r792537 - in /directory/studio/trunk: ldapbrowser-core/pom.xml pom.xml repository/pom.xml

Author: seelmann
Date: Thu Jul  9 12:58:40 2009
New Revision: 792537

URL: http://svn.apache.org/viewvc?rev=792537&view=rev
Log:
Added library from internal repository to poms

Modified:
    directory/studio/trunk/ldapbrowser-core/pom.xml
    directory/studio/trunk/pom.xml
    directory/studio/trunk/repository/pom.xml

Modified: directory/studio/trunk/ldapbrowser-core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-core/pom.xml?rev=792537&r1=792536&r2=792537&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-core/pom.xml (original)
+++ directory/studio/trunk/ldapbrowser-core/pom.xml Thu Jul  9 12:58:40 2009
@@ -153,7 +153,6 @@
     <dependency>
       <groupId>org.openoffice</groupId>
       <artifactId>odfdom</artifactId>
-      <version>0.6.16</version>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
@@ -222,4 +221,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=792537&r1=792536&r2=792537&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Thu Jul  9 12:58:40 2009
@@ -1075,6 +1075,11 @@
         <version>3.0.1-FINAL</version>
       </dependency>
       <dependency>
+        <groupId>org.openoffice</groupId>
+        <artifactId>odfdom</artifactId>
+        <version>0.6.16</version>
+      </dependency>
+      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>nlog4j</artifactId>
         <version>1.2.25</version>

Modified: directory/studio/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/repository/pom.xml?rev=792537&r1=792536&r2=792537&view=diff
==============================================================================
--- directory/studio/trunk/repository/pom.xml (original)
+++ directory/studio/trunk/repository/pom.xml Thu Jul  9 12:58:40 2009
@@ -529,6 +529,12 @@
       <artifactId>docbook-xsl</artifactId>
       <type>zip</type>
     </dependency>
+    
+    <!-- ODF dependencies -->
+    <dependency>
+      <groupId>org.openoffice</groupId>
+      <artifactId>odfdom</artifactId>
+    </dependency>
 
   </dependencies>