Skip to content

Commit 6d76fa3

Browse files
author
joshiste
committed
Update to spring-boot-1.2.1
1 parent 72b1b71 commit 6d76fa3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>1.1.9.RELEASE</version>
8+
<version>1.2.1.RELEASE</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.codecentric</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring Boot Admin</description>
1717
<url>https://github.com/codecentric/spring-boot-admin/</url>
1818
<properties>
19-
<spring-boot.version>1.1.9.RELEASE</spring-boot.version>
19+
<spring-boot.version>1.2.1.RELEASE</spring-boot.version>
2020
<hazelcast.version>3.3.3</hazelcast.version>
2121
<main.basedir>${basedir}</main.basedir>
2222
<passphrase>${gpg.passphrase}</passphrase>
@@ -180,11 +180,6 @@
180180
<artifactId>spring-boot-starter-web</artifactId>
181181
<version>${spring-boot.version}</version>
182182
</dependency>
183-
<dependency>
184-
<groupId>com.fasterxml.jackson.core</groupId>
185-
<artifactId>jackson-databind</artifactId>
186-
<version>2.3.3</version>
187-
</dependency>
188183
<dependency>
189184
<groupId>org.apache.commons</groupId>
190185
<artifactId>commons-lang3</artifactId>
@@ -201,12 +196,6 @@
201196
<version>${hazelcast.version}</version>
202197
</dependency>
203198
<!-- Test -->
204-
<dependency>
205-
<groupId>junit</groupId>
206-
<artifactId>junit</artifactId>
207-
<version>4.10</version>
208-
<scope>test</scope>
209-
</dependency>
210199
<dependency>
211200
<groupId>org.springframework</groupId>
212201
<artifactId>spring-test</artifactId>

0 commit comments

Comments
 (0)