summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorralph isenmann2021-06-23 14:45:25 +0200
committerralph isenmann2021-06-23 14:45:25 +0200
commitb15889038b640f240555b1bab26997aa068c263b (patch)
treefb41e9bb650352f34685bf3be247c3b08e27e624 /pom.xml
parentAdd Libvirt PCI, shared memory and hypervisor features for GPU passthrough (diff)
downloadmaster-sync-shared-b15889038b640f240555b1bab26997aa068c263b.tar.gz
master-sync-shared-b15889038b640f240555b1bab26997aa068c263b.tar.xz
master-sync-shared-b15889038b640f240555b1bab26997aa068c263b.zip
Add container models, which keeps the necessary informations about container imags, its meta information and for lecture specific information
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7fdb164..d9daa34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,5 +170,11 @@
<artifactId>jing</artifactId>
<version>20181222</version>
</dependency>
+ <dependency>
+ <groupId>org.kamranzafar</groupId>
+ <artifactId>jtar</artifactId>
+ <version>2.3</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>