summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorralph isenmann2020-08-28 13:44:13 +0200
committerralph isenmann2020-09-15 14:00:30 +0200
commit15436e3dad49bf6ead28fa0e667bbd38f42bbe96 (patch)
tree3153ff90ada20532fac8728fa6cb3b2e34e01309 /dozentenmodul/pom.xml
parent[client] Allow to upload image file (diff)
downloadtutor-module-15436e3dad49bf6ead28fa0e667bbd38f42bbe96.tar.gz
tutor-module-15436e3dad49bf6ead28fa0e667bbd38f42bbe96.tar.xz
tutor-module-15436e3dad49bf6ead28fa0e667bbd38f42bbe96.zip
[client] Allow to upload dockerfile and containerMeta
* Introduce the ContainerMeta, which contains container specific information. * Upload dockerfile and containerMeta object (as json) as a single tar.gz-file
Diffstat (limited to 'dozentenmodul/pom.xml')
-rwxr-xr-xdozentenmodul/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 1b7c6154..e4cfa85f 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -220,6 +220,11 @@
<version>[2.0,]</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.kamranzafar</groupId>
+ <artifactId>jtar</artifactId>
+ <version>2.3</version>
+ </dependency>
</dependencies>
</project>