Skip to content
Snippets Groups Projects
Commit 630fa322 authored by Katy Saintin's avatar Katy Saintin
Browse files

Exclude swingx lib from CafeJava project

parent cc145047
No related branches found
No related tags found
No related merge requests found
......@@ -118,18 +118,33 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
</exclusion>
<exclusion>
<groupId>org.jdesktop.swingx</groupId>
<artifactId>swingx</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>heps.epics</groupId>
<artifactId>CafeJava</artifactId>
<version>0.0.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.jdesktop.swingx</groupId>
<artifactId>swingx</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.epics</groupId>
<artifactId>caj</artifactId>
<version>1.1.15</version>
</dependency>
<dependency>
<groupId>org.swinglabs.swingx</groupId>
<artifactId>swingx-all</artifactId>
<version>1.6.3</version>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment