Mentions légales du service

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

iUpgraded to Jade 4.3.3 (lib)

Upgraded to mysql 5.1.36 and postgres 9.4-1204 (lib)
Upgraded to Jetty 9.3.3 (lib)
Upgraded OntoSim to pre-2.5 (lib)
parent d3e1cbfb
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 235 deletions
####################################################################### #######################################################################
# Ontology alignment API and implementation # # Ontology alignment API and implementation #
# 06/12/2015, version 4.8 # # 23/10/2015, version 4.7+ #
# http://alignapi.gforge.inria.fr # # http://alignapi.gforge.inria.fr #
####################################################################### #######################################################################
...@@ -145,4 +145,4 @@ The alignment server is then available through HTTP with: ...@@ -145,4 +145,4 @@ The alignment server is then available through HTTP with:
http://localhost:8089/html/ http://localhost:8089/html/
For debugging, using logback, do: For debugging, using logback, do:
$ java -cp lib/slf4j/logback-core-1.0.9.jar:lib/slf4j/logback-classic-1.0.9.jar:lib/alignsvc.jar -Dlogback.configurationFile=logback.xml fr.inrialpes.exmo.align.service.AlignmentService -Dwndict=../WordNet-3.0/dict -H $ java -cp lib/slf4j/logback-core-1.1.3.jar:lib/slf4j/logback-classic-1.1.3.jar:lib/alignsvc.jar -Dlogback.configurationFile=logback.xml fr.inrialpes.exmo.align.service.AlignmentService -Dwndict=../WordNet-3.0/dict -H
...@@ -87,6 +87,9 @@ with a warning: ...@@ -87,6 +87,9 @@ with a warning:
<li>Upgraded to <span style="color: green">lucene 5.3.1</span> (lib)</li> <li>Upgraded to <span style="color: green">lucene 5.3.1</span> (lib)</li>
<li>Upgraded to <span style="color: green">commons cli 1.3.1</span> (lib)</li> <li>Upgraded to <span style="color: green">commons cli 1.3.1</span> (lib)</li>
<li>Upgraded to <span style="color: green">Jena 3.0.0</span> (lib)</li> <li>Upgraded to <span style="color: green">Jena 3.0.0</span> (lib)</li>
<li>Upgraded to <span style="color: green">Jade 4.3.3</span> (lib)</li>
<li>Upgraded to <span style="color: green">mysql 5.1.36</span> and <span style="color: green">postgres 9.4-1204</span> (lib)</li>
<li>Upgraded to <span style="color: green">Jetty 9.3.3</span> (lib)</li>
</ul></p> </ul></p>
<h2>Version 4.7 (2014): 06/12/2014 - Al pesto</h2> <h2>Version 4.7 (2014): 06/12/2014 - Al pesto</h2>
......
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>FIPA</groupId>
<artifactId>iiop</artifactId>
<version>3.3</version> <!-- or is it 3.7 ?-->
<name>FIPA IIOP For Jade</name>
<description>Part of Jade implementing FIPA IIOP</description>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
<url>http://jade.tilab.com/</url>
<!--distributionManagement>
<downloadUrl></downloadUrl>
</distributionManagement>
<dependencies>
<dependency>
<groupId>jade</groupId>
<artifactId>jade</artifactId>
</dependency>
</dependencies-->
</project>
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>jade.mtp</groupId>
<artifactId>http</artifactId>
<version>3.3</version>
<name>Jade HTTP Message transport protocol</name>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
<url>http://jade.tilab.com/</url>
<!--distributionManagement>
<downloadUrl></downloadUrl>
</distributionManagement-->
<!--dependencies>
<dependency>
<groupId>jade</groupId>
<artifactId>jade</artifactId>
</dependency>
<dependency>
<groupId>org.apache.xml</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
</dependencies-->
</project>
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>jade</groupId> <groupId>jade</groupId>
<artifactId>jade</artifactId> <artifactId>jade</artifactId>
<version>3.3</version> <version>4.3.3</version>
<name>Java Agent Development Environment (JADE)</name> <name>Java Agent Development Environment (JADE)</name>
<description></description> <description></description>
<licenses> <licenses>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>5.1.28</version> <version>5.1.36</version>
<name>Java Database connector (JDBC) for MySQL</name> <name>Java Database connector (JDBC) for MySQL</name>
<licenses> <licenses>
<license> <license>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql-jdbc4</artifactId> <artifactId>postgresql-jdbc4</artifactId>
<version>9.3-1100</version> <version>9.4-1204</version>
<name>Java Database connector (JDBC) for Postgres</name> <name>Java Database connector (JDBC) for Postgres</name>
<licenses> <licenses>
<license> <license>
......
No preview for this file type
...@@ -3,25 +3,12 @@ ...@@ -3,25 +3,12 @@
<parent> <parent>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<version>9.1.4.v20140401</version> <version>9.3.3.v20150827</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http</artifactId> <artifactId>jetty-http</artifactId>
<name>Jetty :: Http Utility</name> <name>Jetty :: Http Utility</name>
<url>http://www.eclipse.org/jetty</url> <url>http://www.eclipse.org/jetty</url>
<!-- Extended from included pom.xml -->
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License Version 2.0, January 2004</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.http</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.http</bundle-symbolic-name>
</properties> </properties>
...@@ -39,33 +26,10 @@ ...@@ -39,33 +26,10 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>manifest</goal>
</goals>
<configuration>
<instructions>
<Import-Package>javax.servlet.*;version="[2.6.0,3.2)",javax.net.*,*</Import-Package>
</instructions>
</configuration>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<executions> <executions>
<execution>
<id>artifact-jar</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution> <execution>
<id>test-jar</id> <id>test-jar</id>
<goals> <goals>
...@@ -73,11 +37,6 @@ ...@@ -73,11 +37,6 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
......
No preview for this file type
...@@ -2,25 +2,12 @@ ...@@ -2,25 +2,12 @@
<parent> <parent>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<version>9.1.4.v20140401</version> <version>9.3.3.v20150827</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-io</artifactId> <artifactId>jetty-io</artifactId>
<name>Jetty :: IO Utility</name> <name>Jetty :: IO Utility</name>
<url>http://www.eclipse.org/jetty</url> <url>http://www.eclipse.org/jetty</url>
<!-- Extended from included pom.xml -->
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License Version 2.0, January 2004</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name>
</properties> </properties>
...@@ -43,35 +30,6 @@ ...@@ -43,35 +30,6 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>artifact-jar</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
......
No preview for this file type
...@@ -2,26 +2,13 @@ ...@@ -2,26 +2,13 @@
<parent> <parent>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<version>9.1.4.v20140401</version> <version>9.3.3.v20150827</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-server</artifactId> <artifactId>jetty-server</artifactId>
<name>Jetty :: Server Core</name> <name>Jetty :: Server Core</name>
<description>The core jetty server artifact.</description> <description>The core jetty server artifact.</description>
<url>http://www.eclipse.org/jetty</url> <url>http://www.eclipse.org/jetty</url>
<!-- Extended from included pom.xml -->
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License Version 2.0, January 2004</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.server</bundle-symbolic-name>
</properties> </properties>
...@@ -39,7 +26,7 @@ ...@@ -39,7 +26,7 @@
</goals> </goals>
<configuration> <configuration>
<instructions> <instructions>
<Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.eclipse.jetty.jmx.*;version="9.1";resolution:=optional,*</Import-Package> <Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.eclipse.jetty.jmx.*;resolution:=optional,*</Import-Package>
<_nouses>true</_nouses> <_nouses>true</_nouses>
</instructions> </instructions>
</configuration> </configuration>
...@@ -50,12 +37,6 @@ ...@@ -50,12 +37,6 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<executions> <executions>
<execution>
<id>artifact-jar</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution> <execution>
<id>test-jar</id> <id>test-jar</id>
<goals> <goals>
...@@ -63,28 +44,6 @@ ...@@ -63,28 +44,6 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>config</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
......
No preview for this file type
...@@ -2,25 +2,13 @@ ...@@ -2,25 +2,13 @@
<parent> <parent>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<version>9.1.4.v20140401</version> <version>9.3.3.v20150827</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-util</artifactId> <artifactId>jetty-util</artifactId>
<name>Jetty :: Utilities</name> <name>Jetty :: Utilities</name>
<description>Utility classes for Jetty</description> <description>Utility classes for Jetty</description>
<url>http://www.eclipse.org/jetty</url> <url>http://www.eclipse.org/jetty</url>
<!-- Extended from included pom.xml -->
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License Version 2.0, January 2004</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<properties> <properties>
<bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.util</bundle-symbolic-name>
</properties> </properties>
...@@ -37,41 +25,12 @@ ...@@ -37,41 +25,12 @@
</goals> </goals>
<configuration> <configuration>
<instructions> <instructions>
<Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.slf4j;version="[1.5,2.0)";resolution:=optional,org.slf4j.impl;version="[1.5,2.0)";resolution:=optional,*</Import-Package> <Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.slf4j;version="[1.6,2.0)";resolution:=optional,org.slf4j.impl;version="[1.6,2.0)";resolution:=optional,*</Import-Package>
</instructions> </instructions>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<!--
Required for OSGI
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>config</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
...@@ -87,6 +46,11 @@ ...@@ -87,6 +46,11 @@
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-perf-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.toolchain</groupId> <groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId> <artifactId>jetty-test-helper</artifactId>
......
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