[tuxdroid-svn] r5609 - software_suite_v3/software/plugin/plugin-twitter/branches/october_release/pl
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-10-08 08:40:15
|
Author: jerome Date: 2009-10-08 10:39:55 +0200 (Thu, 08 Oct 2009) New Revision: 5609 Modified: software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/pom.xml Log: * Added a dependency. Modified: software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/pom.xml =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/pom.xml 2009-10-07 13:19:28 UTC (rev 5608) +++ software_suite_v3/software/plugin/plugin-twitter/branches/october_release/plugin-twitter/pom.xml 2009-10-08 08:39:55 UTC (rev 5609) @@ -14,6 +14,11 @@ <groupId>com.kysoh</groupId> <artifactId>tuxdroid-plugin-java-kit</artifactId> <version>0.0.3</version> + </dependency> + <dependency> + <groupId>com.kysoh</groupId> + <artifactId>smart-core-paths</artifactId> + <version>0.0.1</version> </dependency> <dependency> <groupId>jtwitter</groupId> |