summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/runvirt-plugin-qemu/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-05-17 13:51:41 +0200
committerManuel Bentele2021-05-17 13:51:41 +0200
commit670ef8aabd4d997372554e79f8ca8930df56d2e6 (patch)
treed01b6a512f62e4251b144d827f269db3a0db2f14 /core/modules/qemu/runvirt-plugin-qemu/pom.xml
parent[qemu] Document configuration transformations and Libvirt QEMU hypervisor (diff)
downloadmltk-670ef8aabd4d997372554e79f8ca8930df56d2e6.tar.gz
mltk-670ef8aabd4d997372554e79f8ca8930df56d2e6.tar.xz
mltk-670ef8aabd4d997372554e79f8ca8930df56d2e6.zip
[qemu] Add viewer representation to render displays of the virtual machine
Diffstat (limited to 'core/modules/qemu/runvirt-plugin-qemu/pom.xml')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index 197f3df3..f02be96d 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -62,6 +62,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>[1.2.10,1.2.20]</version>