diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -66,33 +66,6 @@ <artifactId>gson</artifactId> <version>2.2.4</version> </dependency> - <dependency> - <groupId>org.avaje</groupId> - <artifactId>ebean</artifactId> - <version>2.7.3</version> - <type>jar</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.yaml</groupId> - <artifactId>snakeyaml</artifactId> - <version>1.9</version> - <type>jar</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>17.0</version> - <type>jar</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.3</version> - <scope>provided</scope> - </dependency> <!-- testing --> <dependency> <groupId>junit</groupId> |