File tree 1 file changed +11
-1
lines changed
spring-boot-starters/spring-boot-starter-parent
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 39
39
<version >0.5.0.BUILD-SNAPSHOT</version >
40
40
<classifier >tests</classifier >
41
41
</dependency >
42
+ <dependency >
43
+ <groupId >org.springframework.boot</groupId >
44
+ <artifactId >spring-boot-starter</artifactId >
45
+ <version >0.5.0.BUILD-SNAPSHOT</version >
46
+ </dependency >
42
47
<dependency >
43
48
<groupId >org.springframework.boot</groupId >
44
49
<artifactId >spring-boot-actuator</artifactId >
45
50
<version >0.5.0.BUILD-SNAPSHOT</version >
46
51
</dependency >
47
52
<dependency >
48
53
<groupId >org.springframework.boot</groupId >
49
- <artifactId >spring-boot-starter</artifactId >
54
+ <artifactId >spring-boot-starter-amqp </artifactId >
50
55
<version >0.5.0.BUILD-SNAPSHOT</version >
51
56
</dependency >
52
57
<dependency >
94
99
<artifactId >spring-boot-starter-mobile</artifactId >
95
100
<version >0.5.0.BUILD-SNAPSHOT</version >
96
101
</dependency >
102
+ <dependency >
103
+ <groupId >org.springframework.boot</groupId >
104
+ <artifactId >spring-boot-starter-redis</artifactId >
105
+ <version >0.5.0.BUILD-SNAPSHOT</version >
106
+ </dependency >
97
107
<dependency >
98
108
<groupId >org.springframework.boot</groupId >
99
109
<artifactId >spring-boot-starter-security</artifactId >
You can’t perform that action at this time.
0 commit comments