|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>1.1.9.RELEASE</version> |
| 8 | + <version>1.2.1.RELEASE</version> |
9 | 9 | <relativePath /> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <groupId>de.codecentric</groupId> |
|
16 | 16 | <description>Spring Boot Admin</description> |
17 | 17 | <url>https://github.com/codecentric/spring-boot-admin/</url> |
18 | 18 | <properties> |
19 | | - <spring-boot.version>1.1.9.RELEASE</spring-boot.version> |
| 19 | + <spring-boot.version>1.2.1.RELEASE</spring-boot.version> |
20 | 20 | <hazelcast.version>3.3.3</hazelcast.version> |
21 | 21 | <main.basedir>${basedir}</main.basedir> |
22 | 22 | <passphrase>${gpg.passphrase}</passphrase> |
|
180 | 180 | <artifactId>spring-boot-starter-web</artifactId> |
181 | 181 | <version>${spring-boot.version}</version> |
182 | 182 | </dependency> |
183 | | - <dependency> |
184 | | - <groupId>com.fasterxml.jackson.core</groupId> |
185 | | - <artifactId>jackson-databind</artifactId> |
186 | | - <version>2.3.3</version> |
187 | | - </dependency> |
188 | 183 | <dependency> |
189 | 184 | <groupId>org.apache.commons</groupId> |
190 | 185 | <artifactId>commons-lang3</artifactId> |
|
201 | 196 | <version>${hazelcast.version}</version> |
202 | 197 | </dependency> |
203 | 198 | <!-- Test --> |
204 | | - <dependency> |
205 | | - <groupId>junit</groupId> |
206 | | - <artifactId>junit</artifactId> |
207 | | - <version>4.10</version> |
208 | | - <scope>test</scope> |
209 | | - </dependency> |
210 | 199 | <dependency> |
211 | 200 | <groupId>org.springframework</groupId> |
212 | 201 | <artifactId>spring-test</artifactId> |
|
0 commit comments