24 lines
853 B
Diff
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>
|