Commit 776de38c authored by libin's avatar libin

导入会员列表 与 删除

parent 7f8c0e78
...@@ -41,7 +41,33 @@ ...@@ -41,7 +41,33 @@
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5</version> <version>4.5</version>
</dependency> </dependency>
<dependency>
<groupId>sms</groupId>
<artifactId>sms</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/1.jar</systemPath>
</dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<warName>${project.artifactId}</warName>
<webResources>
<resource>
<directory>lib/</directory>
<targetPath>${project.basedir}/lib</targetPath>
<includes>
<include>**/*.jar</include>
</includes>
</resource>
</webResources>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment