Paul Campbell
0ae523a1e7
* uishell.UploadProgressEvent: convert to Java * uishell.UIEvent: convert to Java * uishell.ProgressUI: convert to Java * uishell.ProgressEvent: remove unused * lib.MessageChannel: added as replacement for eip-zio version * domain: move MessageChannel to module * storage: convert to Java
35 lines
No EOL
955 B
XML
35 lines
No EOL
955 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>net.kemitix.thorp</groupId>
|
|
<artifactId>thorp-parent</artifactId>
|
|
<version>1.1.0-SNAPSHOT</version>
|
|
<relativePath>../parent/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>thorp-storage</artifactId>
|
|
<name>storage</name>
|
|
|
|
<dependencies>
|
|
<!-- thorp -->
|
|
<dependency>
|
|
<groupId>net.kemitix.thorp</groupId>
|
|
<artifactId>thorp-uishell</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.kemitix.thorp</groupId>
|
|
<artifactId>thorp-domain</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>net.alchim31.maven</groupId>
|
|
<artifactId>scala-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project> |