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
Litemall
Commits
2f44889c
Commit
2f44889c
authored
May 06, 2018
by
Junling Bu
Browse files
update[project]: 重新设计多模块的maven结构,同时更新相关依赖库到最新版本。
parent
6bde3331
Changes
7
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-admin-api
</artifactId>
<artifactId>
litemall-admin-api
</artifactId>
<version>
0.1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<artifactId>
litemall-db
</artifactId>
<version>
0.1.0
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
litemall-all/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-all
</artifactId>
<artifactId>
litemall-all
</artifactId>
<version>
0.1.0
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -30,31 +21,26 @@
...
@@ -30,31 +21,26 @@
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<artifactId>
litemall-db
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-os-api
</artifactId>
<artifactId>
litemall-os-api
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-wx-api
</artifactId>
<artifactId>
litemall-wx-api
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-admin-api
</artifactId>
<artifactId>
litemall-admin-api
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
litemall-core/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
<version>
0.1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<!-- Spring Boot Web 依赖 -->
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
...
@@ -30,27 +20,6 @@
...
@@ -30,27 +20,6 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<version>
2.8.10
</version>
</dependency>
<!-- Spring Boot Shiro 依赖 -->
<!--<dependency>-->
<!--<groupId>org.apache.shiro</groupId>-->
<!--<artifactId>shiro-spring-boot-web-starter</artifactId>-->
<!--<version>1.4.0</version>-->
<!--</dependency>-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
litemall-db/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<artifactId>
litemall-db
</artifactId>
<version>
0.1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
</dependency>
<!-- Spring Boot Mybatis 依赖 -->
<dependency>
<dependency>
<groupId>
org.mybatis.spring.boot
</groupId>
<groupId>
org.mybatis.spring.boot
</groupId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
1.3.2
</version>
</dependency>
</dependency>
<!-- Spring Boot pagehelper 依赖 -->
<dependency>
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
<version>
1.2.3
</version>
</dependency>
</dependency>
<!-- MySQL 连接驱动依赖 -->
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<artifactId>
mysql-connector-java
</artifactId>
...
@@ -50,7 +30,6 @@
...
@@ -50,7 +30,6 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<version>
1.1.6
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -58,19 +37,6 @@
...
@@ -58,19 +37,6 @@
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
</dependencies>
</dependencies>
...
@@ -91,7 +57,7 @@
...
@@ -91,7 +57,7 @@
<dependency>
<dependency>
<groupId>
mysql
</groupId>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.4
4
</version>
<version>
5.1.4
6
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.itfsw
</groupId>
<groupId>
com.itfsw
</groupId>
...
...
litemall-os-api/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-os-api
</artifactId>
<artifactId>
litemall-os-api
</artifactId>
<version>
0.1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<artifactId>
litemall-db
</artifactId>
<version>
0.1.0
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
litemall-wx-api/pom.xml
View file @
2f44889c
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-wx-api
</artifactId>
<artifactId>
litemall-wx-api
</artifactId>
<version>
0.1.0
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
litemall
</artifactId>
<version>
1.5.10.RELEASE
</version>
<version>
0.1.0
</version>
<relativePath/>
</parent>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<artifactId>
litemall-db
</artifactId>
<version>
0.1.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.binarywang
</groupId>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-pay
</artifactId>
<artifactId>
weixin-java-pay
</artifactId>
<version>
3.0.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.binarywang
</groupId>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-miniapp
</artifactId>
<artifactId>
weixin-java-miniapp
</artifactId>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
pom.xml
View file @
2f44889c
...
@@ -6,6 +6,19 @@
...
@@ -6,6 +6,19 @@
<version>
0.1.0
</version>
<version>
0.1.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.5.12.RELEASE
</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java.version>
1.8
</java.version>
<maven.test.skip>
true
</maven.test.skip>
</properties>
<modules>
<modules>
<module>
litemall-core
</module>
<module>
litemall-core
</module>
<module>
litemall-db
</module>
<module>
litemall-db
</module>
...
@@ -15,6 +28,96 @@
...
@@ -15,6 +28,96 @@
<module>
litemall-all
</module>
<module>
litemall-all
</module>
</modules>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-db
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-os-api
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-wx-api
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-admin-api
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<version>
2.9.5
</version>
</dependency>
<!-- Spring Boot Mybatis 依赖 -->
<dependency>
<groupId>
org.mybatis.spring.boot
</groupId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
1.3.2
</version>
</dependency>
<!-- Spring Boot pagehelper 依赖 -->
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
<version>
1.2.5
</version>
</dependency>
<!-- MySQL 连接驱动依赖 -->
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.46
</version>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid-spring-boot-starter
</artifactId>
<version>
1.1.9
</version>
</dependency>
<dependency>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-pay
</artifactId>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
com.github.binarywang
</groupId>
<artifactId>
weixin-java-miniapp
</artifactId>
<version>
3.0.0
</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- 热部署模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- 测试模块 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
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