|
|
@@ -19,14 +19,6 @@
|
|
19
|
19
|
<version>2.0.2.RELEASE</version>
|
|
20
|
20
|
<relativePath/> <!-- lookup parent from repository -->
|
|
21
|
21
|
</parent>
|
|
22
|
|
- <distributionManagement>
|
|
23
|
|
- <repository>
|
|
24
|
|
- <id>nexus</id>
|
|
25
|
|
- <!--名称自己定义-->
|
|
26
|
|
- <name>release</name>
|
|
27
|
|
- <url>http://10.10.1.25:8081/repository/host_repository/</url>
|
|
28
|
|
- </repository>
|
|
29
|
|
- </distributionManagement>
|
|
30
|
22
|
<properties>
|
|
31
|
23
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
32
|
24
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
@@ -95,11 +87,6 @@
|
|
95
|
87
|
<version>2.6.1</version>
|
|
96
|
88
|
</dependency>
|
|
97
|
89
|
<dependency>
|
|
98
|
|
- <groupId>org.springframework.boot</groupId>
|
|
99
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
100
|
|
- <scope>test</scope>
|
|
101
|
|
- </dependency>
|
|
102
|
|
- <dependency>
|
|
103
|
90
|
<groupId>org.apache.poi</groupId>
|
|
104
|
91
|
<artifactId>poi-ooxml</artifactId>
|
|
105
|
92
|
<version>3.9</version>
|
|
|
@@ -136,13 +123,10 @@
|
|
136
|
123
|
<artifactId>quartz</artifactId>
|
|
137
|
124
|
<version>2.3.0</version>
|
|
138
|
125
|
</dependency>
|
|
139
|
|
-
|
|
140
|
126
|
<dependency>
|
|
141
|
127
|
<groupId>org.springframework.boot</groupId>
|
|
142
|
128
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
143
|
129
|
</dependency>
|
|
144
|
|
-
|
|
145
|
|
-
|
|
146
|
130
|
<!--短信发送平台jar包-->
|
|
147
|
131
|
<dependency>
|
|
148
|
132
|
<groupId>org.projectlombok</groupId>
|
|
|
@@ -179,14 +163,6 @@
|
|
179
|
163
|
<groupId>org.springframework.boot</groupId>
|
|
180
|
164
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
181
|
165
|
</plugin>
|
|
182
|
|
- <!--<plugin>
|
|
183
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
184
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
185
|
|
- <version>2.6</version>
|
|
186
|
|
- <configuration>
|
|
187
|
|
- <failOnMissingWebXml>false</failOnMissingWebXml>
|
|
188
|
|
- </configuration>
|
|
189
|
|
- </plugin>-->
|
|
190
|
166
|
</plugins>
|
|
191
|
167
|
|
|
192
|
168
|
<!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 -->
|