no message

This commit is contained in:
18188916393
2022-07-06 10:18:02 +08:00
parent 3be503c880
commit a3547a8510
2 changed files with 3 additions and 14 deletions

View File

@@ -3,10 +3,11 @@
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">
<parent>
<artifactId>llsh_wms</artifactId>
<artifactId>nladmin</artifactId>
<groupId>org.nl</groupId>
<version>1.0-SNAPSHOT</version>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nladmin-system</artifactId>
@@ -31,18 +32,6 @@
<artifactId>mongo-java-driver</artifactId>
<version>3.4.2</version>
</dependency>
<!--
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.1.11</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.11</version>
</dependency>
-->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>