|
@@ -19,33 +19,28 @@
|
|
|
<log4j.version>2.23.0</log4j.version>
|
|
<log4j.version>2.23.0</log4j.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
- <repositories>
|
|
|
|
|
- <repository>
|
|
|
|
|
- <id>central-repos</id>
|
|
|
|
|
- <name>Central Repository 2</name>
|
|
|
|
|
- <url>https://central.sonatype.com/repository/maven-snapshots/</url>
|
|
|
|
|
- <snapshots>
|
|
|
|
|
- <enabled>true</enabled>
|
|
|
|
|
- </snapshots>
|
|
|
|
|
- </repository>
|
|
|
|
|
- </repositories>
|
|
|
|
|
|
|
+
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-base</artifactId>
|
|
<artifactId>ms-base</artifactId>
|
|
|
- <version>3.0.0-SNAPSHOT</version>
|
|
|
|
|
|
|
+ <version>3.0.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-basic</artifactId>
|
|
<artifactId>ms-basic</artifactId>
|
|
|
- <version>3.0.0-SNAPSHOT</version>
|
|
|
|
|
|
|
+ <version>3.0.0.2</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-mdiy</artifactId>
|
|
<artifactId>ms-mdiy</artifactId>
|
|
|
- <version>3.0.0-SNAPSHOT</version>
|
|
|
|
|
|
|
+ <version>3.0.0.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>net.mingsoft</groupId>
|
|
|
|
|
+ <artifactId>store-client</artifactId>
|
|
|
|
|
+ <version>3.0.0.2</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
-
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.github.oshi</groupId>
|
|
<groupId>com.github.oshi</groupId>
|
|
|
<artifactId>oshi-core</artifactId>
|
|
<artifactId>oshi-core</artifactId>
|