Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MCMS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
MCMS
Commits
642da1b1
Commit
642da1b1
authored
Jul 15, 2016
by
ms-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spring、mybatis、freemarker框架更新
spring升级到4.3 mybatls升级到3.4.1 freemarker升级到2.3.24 数据连接池也相应升级到了最新的版本
parent
f76fafdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
pom.xml
pom.xml
+0
-50
No files found.
pom.xml
View file @
642da1b1
...
...
@@ -32,24 +32,12 @@
</repository>
</repositories>
<properties>
<ms.util.version>
1.0.0
</ms.util.version>
<ms.base.version>
1.0.2-SNAPSHOT
</ms.base.version>
<ms.proxy.version>
1.0.0
</ms.proxy.version>
<ms.parser.version>
1.0.0
</ms.parser.version>
<ms.ueditor.version>
1.0.0-SNAPSHOT
</ms.ueditor.version>
<shiro-freemarker-tags.version>
0.2-SNAPSHOT
</shiro-freemarker-tags.version>
<ms.basic.version>
1.0.3-SNAPSHOT
</ms.basic.version>
<ms.mdiy.version>
1.0.2-SNAPSHOT
</ms.mdiy.version>
</properties>
<dependencies>
<!-- MAVEN源码加载 -->
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-util
</artifactId>
<version>
${ms.util.version}
</version>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
...
...
@@ -57,34 +45,6 @@
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-proxy
</artifactId>
<version>
${ms.proxy.version}
</version>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-parser
</artifactId>
<version>
${ms.parser.version}
</version>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-ueditor
</artifactId>
<version>
${ms.ueditor.version}
</version>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
shiro-freemarker-tags
</artifactId>
<version>
${shiro-freemarker-tags.version}
</version>
<classifier>
sources
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
...
...
@@ -105,11 +65,6 @@
<artifactId>
ms-base
</artifactId>
<version>
${ms.base.version}
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-parser
</artifactId>
<version>
${ms.parser.version}
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
...
...
@@ -123,11 +78,6 @@
<classifier>
classes
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-ueditor
</artifactId>
<version>
${ms.ueditor.version}
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
...
...
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