mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
dependency for form editor
This commit is contained in:
parent
31e6132f2f
commit
67ec4bf3bd
1 changed files with 13 additions and 0 deletions
|
@ -97,6 +97,11 @@
|
|||
<version>0.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jdesktop</groupId>
|
||||
<artifactId>beansbinding</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@ -188,4 +193,12 @@
|
|||
|
||||
<finalName>mage-client</finalName>
|
||||
</build>
|
||||
<repositories>
|
||||
<repository>
|
||||
<url>http://download.java.net/maven/2/</url>
|
||||
<id>beans-binding</id>
|
||||
<layout>default</layout>
|
||||
<name>Repository for library Library[beans-binding]</name>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue