Sfoglia il codice sorgente

Update javax.servlet dependency

pull/80/head
Frederik Bosch 2 mesi fa
parent
commit
44b78e77e7
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3
    4
      fop-core/pom.xml

+ 3
- 4
fop-core/pom.xml Vedi File

@@ -89,10 +89,9 @@
<version>${commons.logging.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.2</version>
<scope>provided</scope>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>

Loading…
Annulla
Salva