Skip to content

Commit

Permalink
corrections faille de securité dans lib axis et jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
khergalant committed Oct 17, 2018
1 parent 358ac4c commit 356dcf4
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>fr.univlorraine</groupId>
<artifactId>ecandidat</artifactId>
<packaging>war</packaging>
<version>2.2.10-SNAPSHOT</version>
<version>2.2.11-SNAPSHOT</version>
<name>ecandidat</name>

<prerequisites>
Expand Down Expand Up @@ -79,17 +79,13 @@
<!-- WS Apogee -->
<apo.ws.version>5.00.lbb</apo.ws.version>
<apo.ws.prod.version>5.00.lbb</apo.ws.prod.version>
<axis.version>1.4</axis.version>
<jaxrpc-api.version>1.1</jaxrpc-api.version>
<commons-discovery.version>0.5</commons-discovery.version>
<wsdl4j.version>1.6.3</wsdl4j.version>

<!-- Outils -->
<commons.beanutils.version>1.9.3</commons.beanutils.version>
<commons-io.version>2.5</commons-io.version>
<tools.univlorraine.version>1.5.11</tools.univlorraine.version>
<lombok.version>1.16.18</lombok.version>
<jackson.version>2.9.1</jackson.version>
<jackson.version>2.9.7</jackson.version>

<!-- Version POI OOXML car conflit. Prendre la supérieure
<poi-ooxml.version>3.14</poi-ooxml.version> -->
Expand Down Expand Up @@ -1056,26 +1052,6 @@
<groupId>gouv.education.apogee</groupId>
<artifactId>apo-webservicesclient</artifactId>
<version>${apo.ws.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId>
<version>${axis.version}</version>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
<version>${jaxrpc-api.version}</version>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId>
<version>${commons-discovery.version}</version>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
<version>${wsdl4j.version}</version>
</dependency>
</dependency>
</dependencies>
</project>

0 comments on commit 356dcf4

Please sign in to comment.