|
|
|
@ -44,12 +44,6 @@
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- 外部对象模型 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo-wms</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
@ -63,6 +57,12 @@
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo-base</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo-model</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
@ -97,7 +97,7 @@
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>i3plus.pojo</groupId>
|
|
|
|
|
<artifactId>i3plus-pojo-mes</artifactId>
|
|
|
|
|
<artifactId>i3plus-pojo-wms</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
@ -115,28 +115,6 @@
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- shiro -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-core</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-web</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-ehcache</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- json -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
@ -153,9 +131,6 @@
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 私有仓库引用配置 -->
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
@ -180,9 +155,6 @@
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<!-- maven编译的一些插件 -->
|
|
|
|
@ -216,7 +188,7 @@
|
|
|
|
|
<configuration>
|
|
|
|
|
<releaseProfiles>prod</releaseProfiles>
|
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
|
<tagBase>http://git.evun.cn/GCDC-MES-SERVICE/PLATFORM_PROD_EXEC.git</tagBase>
|
|
|
|
|
<tagBase>http://git.estsh.com/i3-IMPP/i3plus-core.git</tagBase>
|
|
|
|
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|