1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <groupId >com.erdaoya</groupId >
6+ <artifactId >cloud-project-dependencies</artifactId >
7+ <version >1.0-SNAPSHOT</version >
8+ <packaging >pom</packaging >
9+ <name >Spring Boot Dependencies</name >
10+ <description >cloud project Dependencies</description >
11+ <properties >
12+ <spring-boot-admin .version>1.5.2</spring-boot-admin .version>
13+ <druid .version>1.0.15</druid .version>
14+ <mybatis-spring-boot-starter .version>1.1.1</mybatis-spring-boot-starter .version>
15+ <swagger2 .version>2.4.0</swagger2 .version>
16+ <jolokia .version>1.3.5</jolokia .version>
17+ <cloud-common-exception .version>1.0-SNAPSHOT</cloud-common-exception .version>
18+ <cloud-common-mvc-custom .version>1.0-SNAPSHOT</cloud-common-mvc-custom .version>
19+ </properties >
20+ <dependencyManagement >
21+ <dependencies >
22+ <dependency >
23+ <groupId >com.erdaoya</groupId >
24+ <artifactId >cloud-common-exception</artifactId >
25+ <version >${cloud-common-exception.version} </version >
26+ </dependency >
27+ <dependency >
28+ <groupId >com.erdaoya</groupId >
29+ <artifactId >cloud-common-mvc-custom</artifactId >
30+ <version >${cloud-common-mvc-custom.version} </version >
31+ </dependency >
32+ <dependency >
33+ <groupId >org.mybatis.spring.boot</groupId >
34+ <artifactId >mybatis-spring-boot-starter</artifactId >
35+ <version >${mybatis-spring-boot-starter.version} </version >
36+ </dependency >
37+ <dependency >
38+ <groupId >org.jolokia</groupId >
39+ <artifactId >jolokia-core</artifactId >
40+ <version >${jolokia.version} </version >
41+ </dependency >
42+ <dependency >
43+ <groupId >com.alibaba</groupId >
44+ <artifactId >druid</artifactId >
45+ <version >${druid.version} </version >
46+ </dependency >
47+ <dependency >
48+ <groupId >io.springfox</groupId >
49+ <artifactId >springfox-swagger-ui</artifactId >
50+ <version >${swagger2.version} </version >
51+ </dependency >
52+ <dependency >
53+ <groupId >io.springfox</groupId >
54+ <artifactId >springfox-spi</artifactId >
55+ <version >${swagger2.version} </version >
56+ </dependency >
57+ <dependency >
58+ <groupId >io.springfox</groupId >
59+ <artifactId >springfox-swagger2</artifactId >
60+ <version >${swagger2.version} </version >
61+ </dependency >
62+ <dependency >
63+ <groupId >de.codecentric</groupId >
64+ <artifactId >spring-boot-admin-server</artifactId >
65+ <version >${spring-boot-admin.version} </version >
66+ </dependency >
67+ <dependency >
68+ <groupId >de.codecentric</groupId >
69+ <artifactId >spring-boot-admin-server-ui</artifactId >
70+ <version >${spring-boot-admin.version} </version >
71+ </dependency >
72+ <dependency >
73+ <groupId >de.codecentric</groupId >
74+ <artifactId >spring-boot-admin-server-ui-hystrix</artifactId >
75+ <version >${spring-boot-admin.version} </version >
76+ </dependency >
77+ <dependency >
78+ <groupId >de.codecentric</groupId >
79+ <artifactId >spring-boot-admin-server-ui-turbine</artifactId >
80+ <version >${spring-boot-admin.version} </version >
81+ </dependency >
82+ <dependency >
83+ <groupId >de.codecentric</groupId >
84+ <artifactId >spring-boot-admin-server-ui-activiti</artifactId >
85+ <version >${spring-boot-admin.version} </version >
86+ </dependency >
87+ </dependencies >
88+ </dependencyManagement >
89+ </project >
0 commit comments