Skip to content

Commit 2892bf5

Browse files
committed
Fix dependency
1 parent 7a85bc8 commit 2892bf5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
<version>RELEASE80</version>
131131
</dependency>
132132
<dependency>
133-
<groupId>org.netbeans.external</groupId>
134-
<artifactId>swingx-0.9.5</artifactId>
135-
<version>RELEASE72</version>
133+
<groupId>org.netbeans.modules</groupId>
134+
<artifactId>org-netbeans-libs-swingx</artifactId>
135+
<version>RELEASE80</version>
136136
</dependency>
137137
</dependencies>
138138
<properties>

0 commit comments

Comments
 (0)