diff options
Diffstat (limited to 'same-android/pom.xml')
-rw-r--r-- | same-android/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/same-android/pom.xml b/same-android/pom.xml index 8785b35..f3998fb 100644 --- a/same-android/pom.xml +++ b/same-android/pom.xml @@ -18,7 +18,6 @@ <scope>provided</scope> </dependency> - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> @@ -27,20 +26,6 @@ </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>javax.portlet</groupId> - <artifactId>portlet-api</artifactId> - <version>2.0</version> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-android</artifactId> <version>1.6.1-RC1</version> @@ -81,8 +66,6 @@ <sdk> <platform>8</platform> </sdk> - <deleteConflictingFiles>true</deleteConflictingFiles> - <extractDuplicates>true</extractDuplicates> <undeployBeforeDeploy>true</undeployBeforeDeploy> </configuration> <extensions>true</extensions> |