[VIVO-1236] Remove dependency from compile that causes problems with OpenJDK
This commit is contained in:
parent
acf54541a5
commit
df7c74206a
1 changed files with 6 additions and 0 deletions
6
dependencies/pom.xml
vendored
6
dependencies/pom.xml
vendored
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue