Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 052d5e1f authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Included all dependencies (minimals) in POM files

parent 964a8988
No related branches found
No related tags found
No related merge requests found
Showing
with 303 additions and 47 deletions
......@@ -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>
......
......@@ -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-->
......
......@@ -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>
......
......@@ -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-->
......
......@@ -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>
......
......@@ -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-->
......
......@@ -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>
......
......@@ -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>
......@@ -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-->
......
......@@ -20,9 +20,8 @@
<dependencies>
<dependency>
<groupId></groupId>
<artifactId></artifactId>
<version></version>
<groupId>jade</groupId>
<artifactId>jade</artifactId>
</dependency>
</dependencies-->
......
......@@ -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-->
......
......@@ -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>
......@@ -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-->
......
......@@ -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-->
......
......@@ -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>
......@@ -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>
......@@ -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>
......@@ -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>
......
......@@ -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>
......
......@@ -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-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment