--- a/swingx-beaninfo/pom.xml
+++ b/swingx-beaninfo/pom.xml
@@ -20,14 +20,6 @@
 			<groupId>com.jhlabs</groupId>
 			<artifactId>filters</artifactId>
 		</dependency>
-		<dependency>
-            <groupId>org.swinglabs</groupId>
-            <artifactId>swing-worker</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.swinglabs</groupId>
-            <artifactId>multiplegradientpaint</artifactId>
-        </dependency>    
         <!-- Preferably we should use this jmock configuration with junit 4 -->
         <!--dependency>
             <groupId>org.jmock</groupId>
--- a/swingx-core/pom.xml
+++ b/swingx-core/pom.xml
@@ -16,14 +16,6 @@
 			<artifactId>filters</artifactId>
 		</dependency>
 		<dependency>
-            <groupId>org.swinglabs</groupId>
-            <artifactId>swing-worker</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.swinglabs</groupId>
-            <artifactId>multiplegradientpaint</artifactId>
-        </dependency>    
-		<dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
--- a/pom.xml
+++ b/pom.xml
@@ -118,12 +118,14 @@
             <version>1.1</version>
             <!--scope>compile</scope-->
         </dependency>
+<!--
         <dependency>
             <groupId>org.swinglabs</groupId>
             <artifactId>multiplegradientpaint</artifactId>
             <version>1.0</version>
             <scope>compile</scope>
         </dependency> 
+-->
 		<dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
