Revision: 5616
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5616&view=rev
Author: manningr
Date: 2010-05-02 20:08:50 +0000 (Sun, 02 May 2010)
Log Message:
-----------
Added missing dependencies to fix compile failures.
Modified Paths:
--------------
trunk/mavenize/laf-plugin/pom.xml
Modified: trunk/mavenize/laf-plugin/pom.xml
===================================================================
--- trunk/mavenize/laf-plugin/pom.xml 2010-05-02 20:00:26 UTC (rev 5615)
+++ trunk/mavenize/laf-plugin/pom.xml 2010-05-02 20:08:50 UTC (rev 5616)
@@ -72,17 +72,55 @@
</ciManagement>
<properties>
<staging.dir>${project.build.directory}</staging.dir>
- <laf.artifactIds> ilf-gpl,kunststoff-laf,looks,napkinlaf,nimrod-laf,skinlf,substance,toniclf,tinylaf </laf.artifactIds>
+ <laf.artifactIds> ilf-gpl,kunstoff-laf,looks,napkinlaf,nimrod-laf,skinlf,substance,toniclf,tinylaf </laf.artifactIds>
</properties>
<dependencies>
+ <dependency>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>fw</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
<dependency>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrel-sql</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrel-sql</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>gsbase</groupId>
+ <artifactId>gsbase</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>ilf-gpl</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.incors</groupId>
- <artifactId>kunststoff-laf</artifactId>
+ <artifactId>kunstoff-laf</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
@@ -122,9 +160,9 @@
</dependency>
<!-- Project owner not interested in maven: https://substance.dev.java.net/issues/show_bug.cgi?id=287 -->
<dependency>
- <groupId>org.java.net.substance</groupId>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>substance</artifactId>
- <version>5.3</version>
+ <version>5.2_01</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|