This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apache-commons-fileupload/apache-commons-fileupload-remove-portlet.patch
spike 3f438353ba Updated to 1.2.2
Fixed License tag
tomcat5 -> tomcat6 BRs/Rs
Fixed wrong EOL encodings
2010-10-20 16:37:40 +02:00

24 lines
853 B
Diff

--- pom.xml 2010-10-20 16:08:37.203973687 +0200
+++ pom.xml 2010-10-20 16:09:32.984097099 +0200
@@ -147,8 +147,6 @@
<commons.release.version>1.2.1</commons.release.version>
<commons.jira.id>FILEUPLOAD</commons.jira.id>
<commons.jira.pid>12310476</commons.jira.pid>
- <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
- <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
</properties>
<build>
@@ -189,12 +187,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>portlet-api</groupId>
- <artifactId>portlet-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>