File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed
Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments