mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
Moving old servlet stuff to sandbox.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
<modules>
|
||||
<module>sandbox-common</module>
|
||||
<module>sandbox-servlet</module>
|
||||
<module>sandbox-swing</module>
|
||||
</modules>
|
||||
|
||||
@@ -58,6 +59,12 @@
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.servlet</groupId>
|
||||
<artifactId>servlet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.twelvemonkeys.swing</groupId>
|
||||
<artifactId>swing-core</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user