aboutsummaryrefslogtreecommitdiffstats
path: root/uni/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'uni/pom.xml')
-rw-r--r--uni/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/uni/pom.xml b/uni/pom.xml
index 32d568d..902e48c 100644
--- a/uni/pom.xml
+++ b/uni/pom.xml
@@ -26,6 +26,11 @@ http://www.apache.org/licenses/LICENSE-2.0-->
<module>unibase</module>
</modules>
- <dependencies></dependencies>
-
+ <dependencies>
+ <dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>javax.json</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ </dependencies>
</project>