2019-04-21 22:39:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>VirtualComputer-MSCOM</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>io.github.NorbiPeti</groupId>
|
|
|
|
<artifactId>VirtualComputer</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
2019-04-21 23:04:01 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.virtualbox</groupId>
|
|
|
|
<artifactId>VirtualBox-MSCOM</artifactId>
|
2020-07-31 22:14:30 +00:00
|
|
|
<version>6.1</version>
|
2019-04-22 20:21:48 +00:00
|
|
|
<optional>true
|
|
|
|
</optional> <!-- https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html -->
|
2019-04-21 23:04:01 +00:00
|
|
|
</dependency>
|
2020-08-11 17:00:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.jacob-project</groupId>
|
|
|
|
<artifactId>jacob</artifactId>
|
|
|
|
<version>1.19</version>
|
|
|
|
</dependency>
|
2019-04-21 23:04:01 +00:00
|
|
|
</dependencies>
|
|
|
|
|
2019-04-21 22:39:49 +00:00
|
|
|
</project>
|