|
18 | 18 | <properties> |
19 | 19 | <spring-boot.version>1.1.9.RELEASE</spring-boot.version> |
20 | 20 | <hazelcast.version>3.3.3</hazelcast.version> |
21 | | - <bootstrap.version>2.3.2</bootstrap.version> |
22 | | - <jquery.version>1.11.0</jquery.version> |
23 | | - <angularjs.version>1.2.12</angularjs.version> |
24 | | - <angular-ui-router.version>0.2.10-1</angular-ui-router.version> |
25 | | - <angular-ui-bootstrap.version>0.8.0</angular-ui-bootstrap.version> |
26 | | - <angularjs-nvd3-directives.version>0.0.7-1</angularjs-nvd3-directives.version> |
27 | | - <d3js.version>3.4.11</d3js.version> |
28 | | - <nvd3.version>1.1.15-beta</nvd3.version> |
29 | | - <jolokia-js.version>1.2.2</jolokia-js.version> |
30 | 21 | <main.basedir>${basedir}</main.basedir> |
31 | 22 | <passphrase>${gpg.passphrase}</passphrase> |
32 | 23 | </properties> |
33 | 24 | <modules> |
34 | 25 | <module>spring-boot-admin-server</module> |
| 26 | + <module>spring-boot-admin-server-ui</module> |
35 | 27 | <module>spring-boot-admin-samples</module> |
36 | 28 | <module>spring-boot-starter-admin-client</module> |
37 | 29 | </modules> |
|
113 | 105 | <artifactId>maven-surefire-plugin</artifactId> |
114 | 106 | <version>2.17</version> |
115 | 107 | </plugin> |
| 108 | + <plugin> |
| 109 | + <groupId>org.codehaus.mojo</groupId> |
| 110 | + <artifactId>exec-maven-plugin</artifactId> |
| 111 | + <version>1.3.2</version> |
| 112 | + </plugin> |
116 | 113 | </plugins> |
117 | 114 | </pluginManagement> |
118 | 115 | </build> |
|
163 | 160 | <artifactId>spring-boot-admin-server</artifactId> |
164 | 161 | <version>1.1.1-SNAPSHOT</version> |
165 | 162 | </dependency> |
| 163 | + <dependency> |
| 164 | + <groupId>de.codecentric</groupId> |
| 165 | + <artifactId>spring-boot-admin-server-ui</artifactId> |
| 166 | + <version>1.1.1-SNAPSHOT</version> |
| 167 | + </dependency> |
166 | 168 | <dependency> |
167 | 169 | <groupId>de.codecentric</groupId> |
168 | 170 | <artifactId>spring-boot-starter-admin-client</artifactId> |
|
198 | 200 | <artifactId>hazelcast-spring</artifactId> |
199 | 201 | <version>${hazelcast.version}</version> |
200 | 202 | </dependency> |
201 | | - <dependency> |
202 | | - <groupId>org.webjars</groupId> |
203 | | - <artifactId>bootstrap</artifactId> |
204 | | - <version>${bootstrap.version}</version> |
205 | | - </dependency> |
206 | | - <dependency> |
207 | | - <groupId>org.webjars</groupId> |
208 | | - <artifactId>jquery</artifactId> |
209 | | - <version>${jquery.version}</version> |
210 | | - </dependency> |
211 | | - <dependency> |
212 | | - <groupId>org.webjars</groupId> |
213 | | - <artifactId>angularjs</artifactId> |
214 | | - <version>${angularjs.version}</version> |
215 | | - </dependency> |
216 | | - <dependency> |
217 | | - <groupId>org.webjars</groupId> |
218 | | - <artifactId>angular-ui-router</artifactId> |
219 | | - <version>${angular-ui-router.version}</version> |
220 | | - </dependency> |
221 | | - <dependency> |
222 | | - <groupId>org.webjars</groupId> |
223 | | - <artifactId>angular-ui-bootstrap</artifactId> |
224 | | - <version>${angular-ui-bootstrap.version}</version> |
225 | | - </dependency> |
226 | | - <dependency> |
227 | | - <groupId>org.webjars</groupId> |
228 | | - <artifactId>angularjs-nvd3-directives</artifactId> |
229 | | - <version>${angularjs-nvd3-directives.version}</version> |
230 | | - </dependency> |
231 | | - <dependency> |
232 | | - <groupId>org.webjars</groupId> |
233 | | - <artifactId>d3js</artifactId> |
234 | | - <version>${d3js.version}</version> |
235 | | - </dependency> |
236 | | - <dependency> |
237 | | - <groupId>org.webjars</groupId> |
238 | | - <artifactId>nvd3</artifactId> |
239 | | - <version>${nvd3.version}</version> |
240 | | - </dependency> |
241 | | - <dependency> |
242 | | - <groupId>org.webjars</groupId> |
243 | | - <artifactId>jolokia.js</artifactId> |
244 | | - <version>${jolokia-js.version}</version> |
245 | | - </dependency> |
246 | 203 | <!-- Test --> |
247 | 204 | <dependency> |
248 | 205 | <groupId>junit</groupId> |
|
0 commit comments