From 052d5e1ffde15313fc8dafef6234aa44f9705fcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Mon, 18 Mar 2013 09:56:31 +0000
Subject: [PATCH] - Included all dependencies (minimals) in POM files

---
 distrib/align.pom                             |  8 +++-
 distrib/alignsvc.pom                          | 32 ++++++++++++-
 distrib/ontowrap.pom                          | 27 ++++++++++-
 distrib/procalign.pom                         | 44 ++++++++++++++++++
 lib/align.pom                                 | 10 +++-
 lib/alignsvc.pom                              | 34 +++++++++++++-
 .../google-api-translate-java.pom             |  4 +-
 lib/hermit/hermit.pom                         | 18 ++++++++
 lib/iddl/iddl.pom                             | 33 +++++++++++--
 lib/jade/iiop.pom                             |  5 +-
 lib/jade/jade-http.pom                        | 13 ++++--
 lib/jade/jade.pom                             | 10 +---
 lib/jdbc/mysql-connector-java.pom             | 17 +++++--
 lib/jdbc/postgresql-jdbc4.pom                 | 10 ++--
 lib/jena/arq.pom                              | 27 +++++++++++
 lib/jena/iri.pom                              | 10 ++++
 lib/jena/jena.pom                             | 18 ++++++++
 lib/jetty/jetty-util.pom                      |  6 ++-
 lib/jetty/jetty.pom                           | 11 ++++-
 lib/jwnl/jwnl.pom                             | 13 ++++--
 lib/ontosim/ontosim.pom                       | 44 ++++++++++++++++++
 lib/ontowrap.pom                              | 29 +++++++++++-
 lib/owlapi10/api.pom                          |  7 +++
 lib/owlapi10/impl.pom                         | 10 ++++
 lib/owlapi10/io.pom                           | 14 ++++++
 lib/owlapi10/rdfapi.pom                       |  7 +++
 lib/owlapi10/rdfparser.pom                    | 22 +++++++++
 lib/owlapi30/owlapi-bin.pom                   |  7 +++
 lib/oyster/oyster.pom                         |  7 +++
 lib/procalign.pom                             | 46 ++++++++++++++++++-
 lib/skosapi/skosapi.pom                       |  6 +++
 lib/slf4j/jcl-over-slf4j.pom                  |  1 -
 lib/slf4j/log4j-over-slf4j.pom                |  7 ++-
 lib/xerces/resolver.pom                       |  6 +++
 lib/xerces/xercesImpl.pom                     | 10 ++++
 lib/xsdlib/xsdlib.pom                         |  6 ++-
 36 files changed, 526 insertions(+), 53 deletions(-)

diff --git a/distrib/align.pom b/distrib/align.pom
index a1d4745c..06d35fa0 100644
--- a/distrib/align.pom
+++ b/distrib/align.pom
@@ -38,7 +38,13 @@
   </licenses>
   <packaging>jar</packaging>
 
-  <!-- add dependencies -->
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 
   <developers>
     <developer>
diff --git a/distrib/alignsvc.pom b/distrib/alignsvc.pom
index 59900140..5fd69786 100644
--- a/distrib/alignsvc.pom
+++ b/distrib/alignsvc.pom
@@ -49,11 +49,41 @@
       <groupId>fr.inrialpes.exmo</groupId>
       <artifactId>ontowrap</artifactId>
       <version>@VERS@</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>fr.inrialpes.exmo.impl</groupId>
+      <groupId>fr.inrialpes.exmo.align</groupId>
       <artifactId>procalign</artifactId>
       <version>@VERS@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jade</groupId>
+      <artifactId>jade</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.neon_toolkit.registery</groupId>
+      <artifactId>oyster2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax</groupId>
+      <artifactId>servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
     </dependency>
   <dependencies-->
 
diff --git a/distrib/ontowrap.pom b/distrib/ontowrap.pom
index b16e3e07..433cd7b2 100644
--- a/distrib/ontowrap.pom
+++ b/distrib/ontowrap.pom
@@ -38,7 +38,32 @@
   </licenses>
   <packaging>jar</packaging>
 
-  <!-- add dependencies to Ontology APIs -->
+  <!--dependencies>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>skos</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+  <dependencies-->
 
   <developers>
     <developer>
diff --git a/distrib/procalign.pom b/distrib/procalign.pom
index 36c8a2b4..c7ab3d0c 100644
--- a/distrib/procalign.pom
+++ b/distrib/procalign.pom
@@ -49,6 +49,50 @@
       <groupId>fr.inrialpes.exmo</groupId>
       <artifactId>ontowrap</artifactId>
       <version>@VERS@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <comment>why??</comment>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb.HermiT</groupId>
+      <artifactId>HermiT</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.paris8.iut.info.iddl</groupId>
+      <artifactId>iddl</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo</groupId>
+      <artifactId>ontosim</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.api</groupId>
+      <artifactId>google-api-translate-java</artifactId>
+      <scope>compile</scope>
     </dependency>
   <dependencies-->
 
diff --git a/lib/align.pom b/lib/align.pom
index 5b3def0e..02ec4785 100644
--- a/lib/align.pom
+++ b/lib/align.pom
@@ -17,7 +17,7 @@
   <groupId>org.semanticweb.owl</groupId>
   <artifactId>align</artifactId>
   <version>4.4</version>
-  <!-- Rev 1832:1833M 16/03/2013 -->
+  <!-- Rev 1835M 17/03/2013 -->
   <name>The Alignment API</name>
   <description>The Alignment API is an API for manipulating ontology alignments.</description>
   <url>http://alignapi.gforge.inria.fr</url>
@@ -38,7 +38,13 @@
   </licenses>
   <packaging>jar</packaging>
 
-  <!-- add dependencies -->
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 
   <developers>
     <developer>
diff --git a/lib/alignsvc.pom b/lib/alignsvc.pom
index 99d6e29b..ee52ddde 100644
--- a/lib/alignsvc.pom
+++ b/lib/alignsvc.pom
@@ -17,7 +17,7 @@
   <groupId>fr.inrialpes.exmo.align</groupId>
   <artifactId>alignsvc</artifactId>
   <version>4.4</version>
-  <!-- Rev 1832:1833M 16/03/2013 -->
+  <!-- Rev 1835M 17/03/2013 -->
   <name>Alignment server</name>
   <description>A server for storing and sharing ontology alignments.</description>
   <url>http://alignapi.gforge.inria.fr</url>
@@ -49,11 +49,41 @@
       <groupId>fr.inrialpes.exmo</groupId>
       <artifactId>ontowrap</artifactId>
       <version>4.4</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>fr.inrialpes.exmo.impl</groupId>
+      <groupId>fr.inrialpes.exmo.align</groupId>
       <artifactId>procalign</artifactId>
       <version>4.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jade</groupId>
+      <artifactId>jade</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jetty-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.neon_toolkit.registery</groupId>
+      <artifactId>oyster2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax</groupId>
+      <artifactId>servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
     </dependency>
   <dependencies-->
 
diff --git a/lib/google-translate/google-api-translate-java.pom b/lib/google-translate/google-api-translate-java.pom
index fc408485..99498c0b 100644
--- a/lib/google-translate/google-api-translate-java.pom
+++ b/lib/google-translate/google-api-translate-java.pom
@@ -18,13 +18,13 @@
     <downloadUrl></downloadUrl>
   </distributionManagement-->
 
-  <dependencies>
+  <!--dependencies>
     <dependency>  
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
       <version>20090211</version>
     </dependency>
-  </dependencies>
+  </dependencies-->
   <build>
     <plugins>
       <plugin>
diff --git a/lib/hermit/hermit.pom b/lib/hermit/hermit.pom
index 23325fe2..3f665d24 100644
--- a/lib/hermit/hermit.pom
+++ b/lib/hermit/hermit.pom
@@ -21,4 +21,22 @@
     <downloadUrl></downloadUrl>
   </distributionManagement>
 
+  <!--dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/iddl/iddl.pom b/lib/iddl/iddl.pom
index 42795d5a..fe1fe49d 100644
--- a/lib/iddl/iddl.pom
+++ b/lib/iddl/iddl.pom
@@ -19,9 +19,36 @@
   <!-- alignapi owlapi, clairement -->
   <!--dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>org.semanticweb.owl</groupId>
+      <artifactId>align</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo.align</groupId>
+      <artifactId>procalign</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo</groupId>
+      <artifactId>ontowrap</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb.HermiT</groupId>
+      <artifactId>HermiT</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
     </dependency>
   </dependencies-->
 
diff --git a/lib/jade/iiop.pom b/lib/jade/iiop.pom
index ab7ba756..234a59e8 100644
--- a/lib/jade/iiop.pom
+++ b/lib/jade/iiop.pom
@@ -20,9 +20,8 @@
 
   <dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>jade</groupId>
+      <artifactId>jade</artifactId>
     </dependency>
   </dependencies-->
 
diff --git a/lib/jade/jade-http.pom b/lib/jade/jade-http.pom
index 02976515..b86f5ecb 100644
--- a/lib/jade/jade-http.pom
+++ b/lib/jade/jade-http.pom
@@ -15,13 +15,16 @@
   <url>http://jade.tilab.com/</url>
   <!--distributionManagement>
     <downloadUrl></downloadUrl>
-  </distributionManagement>
+  </distributionManagement-->
 
-  <dependencies>
+  <!--dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>jade</groupId>
+      <artifactId>jade</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
     </dependency>
   </dependencies-->
 
diff --git a/lib/jade/jade.pom b/lib/jade/jade.pom
index 80f98994..039a7f53 100644
--- a/lib/jade/jade.pom
+++ b/lib/jade/jade.pom
@@ -16,14 +16,6 @@
   <url>http://jade.tilab.com/</url>
   <!--distributionManagement>
     <downloadUrl></downloadUrl>
-  </distributionManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
-    </dependency>
-  </dependencies-->
+  </distributionManagement-->
 
 </project>
diff --git a/lib/jdbc/mysql-connector-java.pom b/lib/jdbc/mysql-connector-java.pom
index d06388cd..a975c9a7 100644
--- a/lib/jdbc/mysql-connector-java.pom
+++ b/lib/jdbc/mysql-connector-java.pom
@@ -14,13 +14,20 @@
   <url></url>
   <!--distributionManagement>
     <downloadUrl></downloadUrl>
-  </distributionManagement>
+  </distributionManagement-->
 
-  <dependencies>
+  <!--dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
   </dependencies-->
 
diff --git a/lib/jdbc/postgresql-jdbc4.pom b/lib/jdbc/postgresql-jdbc4.pom
index 47e5bca3..1c611703 100644
--- a/lib/jdbc/postgresql-jdbc4.pom
+++ b/lib/jdbc/postgresql-jdbc4.pom
@@ -15,13 +15,13 @@
   <url></url>
   <!--distributionManagement>
     <downloadUrl></downloadUrl>
-  </distributionManagement>
+  </distributionManagement-->
 
-  <dependencies>
+  <!--dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
     </dependency>
   </dependencies-->
 
diff --git a/lib/jena/arq.pom b/lib/jena/arq.pom
index 6afa5323..aae2725b 100644
--- a/lib/jena/arq.pom
+++ b/lib/jena/arq.pom
@@ -20,4 +20,31 @@
   </distributionManagement>
 
   <!-- There is a decent pom in the Jar-file -->
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>xerces</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-iri</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/jena/iri.pom b/lib/jena/iri.pom
index 2139a656..9430db55 100644
--- a/lib/jena/iri.pom
+++ b/lib/jena/iri.pom
@@ -19,5 +19,15 @@
   </distributionManagement>
 
   <!-- There is a decent pom in the Jar-file -->
+  <!--dependencies>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/jena/jena.pom b/lib/jena/jena.pom
index 085b94d1..3ae783e6 100644
--- a/lib/jena/jena.pom
+++ b/lib/jena/jena.pom
@@ -20,5 +20,23 @@
   </distributionManagement>
 
   <!-- There is a decent pom in the Jar-file -->
+  <!--dependencies>
+    <dependency>
+      <groupId>com.ibm.icu</groupId>
+      <artifactId>icu4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>xerces</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-iri</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/jetty/jetty-util.pom b/lib/jetty/jetty-util.pom
index f365dcdb..250e7b38 100644
--- a/lib/jetty/jetty-util.pom
+++ b/lib/jetty/jetty-util.pom
@@ -32,11 +32,15 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>javax</groupId>
+      <artifactId>servlet</artifactId>
+    </dependency>
+    <!--dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
       <version>${project.version}</version>
       <scope>provided</scope>
-    </dependency>
+    </dependency-->
   </dependencies>
 
   <build>
diff --git a/lib/jetty/jetty.pom b/lib/jetty/jetty.pom
index a2e7d52e..dbb522f2 100644
--- a/lib/jetty/jetty.pom
+++ b/lib/jetty/jetty.pom
@@ -34,13 +34,20 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
+      <groupId>javax</groupId>
+      <artifactId>servlet</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <!--dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
       <version>${project.version}</version>
-    </dependency>
+    </dependency-->
   </dependencies>
 
   <build>
diff --git a/lib/jwnl/jwnl.pom b/lib/jwnl/jwnl.pom
index 12870876..f39d871d 100644
--- a/lib/jwnl/jwnl.pom
+++ b/lib/jwnl/jwnl.pom
@@ -17,13 +17,16 @@
   <url>http://www.sourceforge.net/projects/jwordnet</url>
   <!--distributionManagement>
     <downloadUrl></downloadUrl>
-  </distributionManagement>
+  </distributionManagement-->
 
-  <dependencies>
+  <!--dependencies>
     <dependency>
-      <groupId></groupId>
-      <artifactId></artifactId>
-      <version></version>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl-over-slf4j</artifactId>
     </dependency>
   </dependencies-->
 
diff --git a/lib/ontosim/ontosim.pom b/lib/ontosim/ontosim.pom
index 06b8b555..a3601e87 100644
--- a/lib/ontosim/ontosim.pom
+++ b/lib/ontosim/ontosim.pom
@@ -15,4 +15,48 @@
 
   <url>http://ontosim.gforge.inria.fr</url>
 
+  <!--dependencies>
+    <dependency>
+      <groupId>org.semanticweb.owl</groupId>
+      <artifactId>align</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo.align</groupId>
+      <artifactId>procalign</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <comment>why??</comment>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.didion</groupId>
+      <artifactId>jwnl</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo</groupId>
+      <artifactId>ontowrap</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/ontowrap.pom b/lib/ontowrap.pom
index 487538d8..c0adf7f8 100644
--- a/lib/ontowrap.pom
+++ b/lib/ontowrap.pom
@@ -17,7 +17,7 @@
   <groupId>fr.inrialpes.exmo</groupId>
   <artifactId>ontowrap</artifactId>
   <version>4.4</version>
-  <!-- Rev 1832:1833M 16/03/2013 -->
+  <!-- Rev 1835M 17/03/2013 -->
   <name>Ontology wrapping API</name>
   <description>An ontology wrapping API and library.</description>
   <url>http://alignapi.gforge.inria.fr</url>
@@ -38,7 +38,32 @@
   </licenses>
   <packaging>jar</packaging>
 
-  <!-- add dependencies to Ontology APIs -->
+  <!--dependencies>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>skos</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+  <dependencies-->
 
   <developers>
     <developer>
diff --git a/lib/owlapi10/api.pom b/lib/owlapi10/api.pom
index 864ed21f..beeda42d 100644
--- a/lib/owlapi10/api.pom
+++ b/lib/owlapi10/api.pom
@@ -14,4 +14,11 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/owlapi10/impl.pom b/lib/owlapi10/impl.pom
index b45c56b3..570190ed 100644
--- a/lib/owlapi10/impl.pom
+++ b/lib/owlapi10/impl.pom
@@ -14,4 +14,14 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/owlapi10/io.pom b/lib/owlapi10/io.pom
index 1c933383..93800866 100644
--- a/lib/owlapi10/io.pom
+++ b/lib/owlapi10/io.pom
@@ -14,4 +14,18 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb.owl.io</groupId>
+      <artifactId>owl_rdf</artifactId>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/owlapi10/rdfapi.pom b/lib/owlapi10/rdfapi.pom
index 10927fcd..0999fc57 100644
--- a/lib/owlapi10/rdfapi.pom
+++ b/lib/owlapi10/rdfapi.pom
@@ -14,4 +14,11 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/owlapi10/rdfparser.pom b/lib/owlapi10/rdfparser.pom
index 78d0322d..1fe2043b 100644
--- a/lib/owlapi10/rdfparser.pom
+++ b/lib/owlapi10/rdfparser.pom
@@ -14,4 +14,26 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>edu.unika.aifb</groupId>
+      <artifactId>rdf</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>log4j-over-slf4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/owlapi30/owlapi-bin.pom b/lib/owlapi30/owlapi-bin.pom
index 8d103513..f2aa49a5 100644
--- a/lib/owlapi30/owlapi-bin.pom
+++ b/lib/owlapi30/owlapi-bin.pom
@@ -14,4 +14,11 @@
   </licenses>
 
   <url>http://owlapi.sourceforge.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 </project>
diff --git a/lib/oyster/oyster.pom b/lib/oyster/oyster.pom
index c8d31e25..1a7cdb89 100644
--- a/lib/oyster/oyster.pom
+++ b/lib/oyster/oyster.pom
@@ -15,5 +15,12 @@
   </licenses>
 
   <url>http://oyster2.sourceforge.net/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/procalign.pom b/lib/procalign.pom
index 3cd1f9a7..0cd22f55 100644
--- a/lib/procalign.pom
+++ b/lib/procalign.pom
@@ -17,7 +17,7 @@
   <groupId>fr.inrialpes.exmo.align</groupId>
   <artifactId>procalign</artifactId>
   <version>4.4</version>
-  <!-- Rev 1832:1833M 16/03/2013 -->
+  <!-- Rev 1835M 17/03/2013 -->
   <name>Reference implementation of the Alignment API</name>
   <description>Implementation of the Alignment API for manipulating ontology alignments.</description>
   <url>http://alignapi.gforge.inria.fr</url>
@@ -49,6 +49,50 @@
       <groupId>fr.inrialpes.exmo</groupId>
       <artifactId>ontowrap</artifactId>
       <version>4.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>gnu.getopt</groupId>
+      <artifactId>java-getopt</artifactId>
+    </dependency>
+    <dependency>
+      <comment>why??</comment>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owlapi</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-core</artifactId>
+      <optional>true</optional>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.semanticweb.HermiT</groupId>
+      <artifactId>HermiT</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.paris8.iut.info.iddl</groupId>
+      <artifactId>iddl</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>fr.inrialpes.exmo</groupId>
+      <artifactId>ontosim</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.api</groupId>
+      <artifactId>google-api-translate-java</artifactId>
+      <scope>compile</scope>
     </dependency>
   <dependencies-->
 
diff --git a/lib/skosapi/skosapi.pom b/lib/skosapi/skosapi.pom
index 64c6d0ae..df6fd3c5 100644
--- a/lib/skosapi/skosapi.pom
+++ b/lib/skosapi/skosapi.pom
@@ -14,5 +14,11 @@
   </licenses>
 
   <url>http://skosapi.sourceforge.net</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.semanticweb</groupId>
+      <artifactId>owl</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/slf4j/jcl-over-slf4j.pom b/lib/slf4j/jcl-over-slf4j.pom
index e0dc8816..c5a6d2de 100644
--- a/lib/slf4j/jcl-over-slf4j.pom
+++ b/lib/slf4j/jcl-over-slf4j.pom
@@ -23,6 +23,5 @@
   </licenses>
   <url>http://www.slf4j.org</url>
   <description>Implements the Java Commons Logging on top of SLF4J</description>
-  <dependencies />
 
 </project>
diff --git a/lib/slf4j/log4j-over-slf4j.pom b/lib/slf4j/log4j-over-slf4j.pom
index c6d113c5..94553cca 100644
--- a/lib/slf4j/log4j-over-slf4j.pom
+++ b/lib/slf4j/log4j-over-slf4j.pom
@@ -23,6 +23,11 @@
   </licenses>
   <url>http://www.slf4j.org</url>
   <description>Implements the Java Commons Logging on top of SLF4J</description>
-  <dependencies />
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/xerces/resolver.pom b/lib/xerces/resolver.pom
index d66045e6..25afae8c 100644
--- a/lib/xerces/resolver.pom
+++ b/lib/xerces/resolver.pom
@@ -14,5 +14,11 @@
   </licenses>
 
   <url>http://xerces.apache.org/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/xerces/xercesImpl.pom b/lib/xerces/xercesImpl.pom
index fb1e095f..7044e16d 100644
--- a/lib/xerces/xercesImpl.pom
+++ b/lib/xerces/xercesImpl.pom
@@ -15,5 +15,15 @@
   </licenses>
 
   <url>http://xerces.apache.org/xerces2-j/</url>
+  <!--dependencies>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xml</groupId>
+      <artifactId>resolver</artifactId>
+    </dependency>
+  </dependencies-->
 
 </project>
diff --git a/lib/xsdlib/xsdlib.pom b/lib/xsdlib/xsdlib.pom
index 2ef47d3b..6383d5f1 100644
--- a/lib/xsdlib/xsdlib.pom
+++ b/lib/xsdlib/xsdlib.pom
@@ -19,7 +19,11 @@
     <dependency>
       <groupId>org.relaxng</groupId>
       <artifactId>datatype</artifactId>
-      <version>20090415</version>
+      <!--version>20090415</version-->
+    </dependency>
+    <dependency>
+      <groupId>org.apache</groupId>
+      <artifactId>xerces</artifactId>
     </dependency>
   </dependencies>
 
-- 
GitLab