mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-14 02:39:25 -04:00
added dependency to javafx maven plugin
This is to get around javafx-maven-plugin issue with latest maven version. see: http://stackoverflow.com/questions/19407959/javafx-maven-plugin-and-api- incompatibility
This commit is contained in:
parent
6b5bea2891
commit
06a0a4fb41
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -109,6 +109,13 @@
|
|||
<configuration>
|
||||
<mainClass>io.bitsquare.BitSquare</mainClass>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.twdata.maven</groupId>
|
||||
<artifactId>mojo-executor</artifactId>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue