Skip to content

Commit 7d2cc26

Browse files
committed
biojava#459 fixing javaws dependency in biojava-structure-gui. No longer using Biojava's specific Maven repo, but the version that comes with the system.
1 parent 6b393bb commit 7d2cc26

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

biojava-structure-gui/pom.xml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
@@ -17,32 +17,22 @@
1717
<distribution>repo</distribution>
1818
</license>
1919
</licenses>
20-
<repositories>
21-
<!-- Used for javaws:javaws -->
22-
<repository>
23-
<id>biojava-maven-repo</id>
24-
<name>BioJava repository</name>
25-
<url>https://github.com/biojava/maven-repo/raw/master/</url>
26-
<snapshots>
27-
<enabled>true</enabled>
28-
</snapshots>
29-
<releases>
30-
<enabled>true</enabled>
31-
<updatePolicy>always</updatePolicy>
32-
</releases>
33-
</repository>
34-
</repositories>
20+
3521
<dependencies>
3622
<dependency>
3723
<groupId>junit</groupId>
3824
<artifactId>junit</artifactId>
3925
<scope>test</scope>
4026
</dependency>
27+
4128
<dependency>
42-
<groupId>javaws</groupId>
43-
<artifactId>javaws</artifactId>
44-
<version>1.0</version>
29+
<groupId>javax.jnlp</groupId>
30+
<artifactId>jnlp-api</artifactId>
31+
<version>7.0</version>
32+
<scope>system</scope>
33+
<systemPath>${java.home}/lib/javaws.jar</systemPath>
4534
</dependency>
35+
4636
<dependency>
4737
<groupId>org.biojava</groupId>
4838
<artifactId>biojava-structure</artifactId>

0 commit comments

Comments
 (0)