You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2013/08/05 14:53:14 UTC

svn commit: r1510459 - /chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml

Author: fmui
Date: Mon Aug  5 12:53:13 2013
New Revision: 1510459

URL: http://svn.apache.org/r1510459
Log:
Android libs are provided libs

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml?rev=1510459&r1=1510458&r2=1510459&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-android/chemistry-opencmis-android-client/pom.xml Mon Aug  5 12:53:13 2013
@@ -31,12 +31,12 @@
 		<parentBasedir>../../</parentBasedir>
 	</properties>
 
-
 	<dependencies>
 		<dependency>
 			<groupId>com.google.android</groupId>
 			<artifactId>android</artifactId>
 			<version>2.3.3</version>
+			<scope>provided</scope>
 		</dependency>
 	</dependencies>