summaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 616558cdea..4d65f1046c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -80,6 +80,13 @@
<artifactId>jsoup</artifactId>
</dependency>
+ <!-- Small reflection library -->
+ <dependency>
+ <groupId>com.googlecode.gentyref</groupId>
+ <artifactId>gentyref</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+
<!-- TESTING DEPENDENCIES -->
<!-- Test dependencies -->