Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
776de38c
Commit
776de38c
authored
Jul 13, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导入会员列表 与 删除
parent
7f8c0e78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
pom.xml
xx-universal/xx-universal-api/pom.xml
+27
-1
No files found.
xx-universal/xx-universal-api/pom.xml
View file @
776de38c
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment