2020-06-11 21:33:28 +01:00
|
|
|
<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>
|
2020-06-27 20:09:45 +01:00
|
|
|
<version>2.0.0</version>
|
2020-06-11 21:33:28 +01:00
|
|
|
<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>
|
2020-06-27 20:09:45 +01:00
|
|
|
</project>
|