aboutsummaryrefslogtreecommitdiffstats
path: root/uni/pom.xml
diff options
context:
space:
mode:
authorbotte <b.otte@cablelabs.com>2015-10-11 15:26:40 +0000
committerbotte <b.otte@cablelabs.com>2015-10-13 17:42:28 +0000
commitc802bc1e792a35f5a89a97aedd353f1ff4972a5e (patch)
tree8038148375dfa63dedabe6c64dea6057d868d2be /uni/pom.xml
parentb785b70b994f7910635195b40e8ce96ac5e0effe (diff)
All modified files to support the UPDATE CRUD operation. Also a few general tweaks.
Change-Id: Ife64166f2d572ee94f2c393af9ae66cfefa62551
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>