Browse Source

Update javax.servlet dependency

pull/80/head
Frederik Bosch 1 month ago
parent
commit
44b78e77e7
No account linked to committer's email address
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      fop-core/pom.xml

+ 3
- 4
fop-core/pom.xml View 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…
Cancel
Save