Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
2832a1bb
Commit
2832a1bb
authored
Sep 14, 2020
by
wujj
Browse files
pom
parent
6a75563e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2832a1bb
...
...
@@ -16,31 +16,6 @@
<properties>
<java.version>
1.8
</java.version>
</properties>
<repositories>
<repository>
<id>
deploy
</id>
<name>
ms
</name>
<url>
http://192.168.0.8:5000/repository/maven-public/
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
deploy
</id>
<name>
Sonatype Nexus snapshot repository
</name>
<url>
http://192.168.0.8:5000/repository/maven-snapshots/
</url>
</snapshotRepository>
<repository>
<id>
deploy
</id>
<name>
Sonatype Nexus release repository
</name>
<url>
http://192.168.0.8:5000/repository/maven-releases/
</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
...
...
@@ -48,36 +23,7 @@
<artifactId>
ms-mpeople
</artifactId>
<version>
1.0.26
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<version>
1.0.31
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mweixin
</artifactId>
<version>
1.0.11-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpay
</artifactId>
<version>
1.0.6-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcomment
</artifactId>
<version>
1.0.3-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mattention
</artifactId>
<version>
1.0.3
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-msend
</artifactId>
<version>
1.0.11-SNAPSHOT
</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
<dependency>
<groupId>
net.mingsoft
</groupId>
...
...
@@ -115,7 +61,6 @@
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
...
...
@@ -149,7 +94,7 @@
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<warSourceExcludes>
src/main/resources/**
</warSourceExcludes>
<warName>
store
</warName>
<warName>
mcms
</warName>
</configuration>
</plugin>
...
...
Write
Preview
Supports
Markdown
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