[VIVO-1236] Remove dependency from compile that causes problems with OpenJDK

This commit is contained in:
Graham Triggs 2016-03-25 14:34:38 +00:00
parent acf54541a5
commit df7c74206a

View file

@ -126,6 +126,12 @@
<groupId>net.sf.jga</groupId> <groupId>net.sf.jga</groupId>
<artifactId>jga</artifactId> <artifactId>jga</artifactId>
<version>0.8.3</version> <version>0.8.3</version>
<exclusions>
<exclusion>
<groupId>jre</groupId>
<artifactId>javaws</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.json-lib</groupId> <groupId>net.sf.json-lib</groupId>