From: <fu...@us...> - 2010-11-14 09:49:31
|
Revision: 1160 http://cishell.svn.sourceforge.net/cishell/?rev=1160&view=rev Author: fugu13 Date: 2010-11-14 09:49:25 +0000 (Sun, 14 Nov 2010) Log Message: ----------- library dependency problem licked, the only wart is a two-step maven process Modified Paths: -------------- branches/tycho/libs/colt/pom.xml branches/tycho/libs/jung/pom.xml Modified: branches/tycho/libs/colt/pom.xml =================================================================== --- branches/tycho/libs/colt/pom.xml 2010-11-14 09:28:26 UTC (rev 1159) +++ branches/tycho/libs/colt/pom.xml 2010-11-14 09:49:25 UTC (rev 1160) @@ -35,8 +35,7 @@ <groupId>cishell.libs</groupId> <artifactId>concurrent</artifactId> <version>1.3.4-001-SNAPSHOT</version> - <scope>provided</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: branches/tycho/libs/jung/pom.xml =================================================================== --- branches/tycho/libs/jung/pom.xml 2010-11-14 09:28:26 UTC (rev 1159) +++ branches/tycho/libs/jung/pom.xml 2010-11-14 09:49:25 UTC (rev 1160) @@ -35,14 +35,12 @@ <groupId>cishell.libs</groupId> <artifactId>commons-collections</artifactId> <version>3.1-001-SNAPSHOT</version> - <scope>provided</scope> </dependency> <dependency> <groupId>cishell.libs</groupId> <artifactId>colt</artifactId> <version>1.2.0-001-SNAPSHOT</version> - <scope>provided</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |