Skip to content

biojava-structure-gui still requires biojava specific maven repo #459

@andreasprlic

Description

@andreasprlic

For some reason there is still a dependency in biojava-structure-gui to a version of javaws, that is hosted on the biojava specific Maven repo. Let's point it to the system's javaws with

<dependencies>
    <dependency>
      <groupId>javax.jnlp</groupId>
      <artifactId>jnlp-api</artifactId>
      <version>7.0</version>
      <scope>system</scope>
      <systemPath>${java.home}/lib/javaws.jar</systemPath>
    </dependency>
  </dependencies>

see also http://stackoverflow.com/questions/4645104/how-to-bundle-jnlp-api-with-maven-project

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions