...
|
...
|
@@ -57,37 +57,27 @@ |
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<!--excel 导入所需要的包 -->
|
|
|
<!--excel 导入所需要的包,以下POM不传git 给舱单统计服务和代理人出港统计服务自用 -->
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
<version>4.1.0</version>
|
|
|
</dependency>
|
|
|
<!-- excel导出-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
<version>4.1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
<version>4.2.4.RELEASE</version>
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
<artifactId>tomcat-embed-core</artifactId>
|
|
|
<version>9.0.35</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
<version>5.2.0.BUILD-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
<artifactId>tomcat-embed-core</artifactId>
|
|
|
<version>9.0.56</version>
|
|
|
<version>5.3.15</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<!--excel 导入所需要的包,以上POM不传git 给舱单统计服务和代理人出港统计服务自用 -->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
...
|
...
|
@@ -101,6 +91,11 @@ |
|
|
<target>1.8</target>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
<version>2.8.2</version>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
...
|
...
|
|