mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 12:54:37 -04:00
Merge pull request #45 from stevemyers/smyers-fix
added dependency to javafx maven plugin
This commit is contained in:
commit
7739a5710a
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