瀏覽代碼

Update javax.servlet dependency

pull/80/head
Frederik Bosch 2 月之前
父節點
當前提交
44b78e77e7
No account linked to committer's email address
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3
    4
      fop-core/pom.xml

+ 3
- 4
fop-core/pom.xml 查看文件

@@ -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…
取消
儲存