This commit is contained in:
2023-01-16 01:25:26 +08:00
parent 4499f7cddb
commit b4b20d870c
6 changed files with 119 additions and 45 deletions

23
pom.xml
View File

@@ -11,7 +11,6 @@
<url>https://git.dr1997.com/hyper-v/hyper-v-java</url>
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -21,15 +20,25 @@
</properties>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>com.profesorfalken</groupId>-->
<!-- <artifactId>jPowerShell</artifactId>-->
<!-- <version>3.1.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.profesorfalken</groupId>
<artifactId>jPowerShell</artifactId>
<version>3.1.1</version>
<groupId>com.github.tuupertunut</groupId>
<artifactId>powershell-lib-java</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.11</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>