diff options
Diffstat (limited to 'applications/guard/pom.xml')
-rw-r--r-- | applications/guard/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index 6696e55e..ab5873e6 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -38,6 +38,15 @@ <artifactId>common</artifactId> <version>${project.version}</version> </dependency> - </dependencies> + <dependency> + <groupId>org.eclipse.persistence</groupId> + <artifactId>eclipselink</artifactId> + </dependency> + <dependency> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project> |