Skip to content

Commit

Permalink
Updated pom dependencies and undertow replaced with netty
Browse files Browse the repository at this point in the history
  • Loading branch information
yterentiev committed May 14, 2018
1 parent 8527e5b commit da008c8
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RC2</version>
<version>2.0.2.RELEASE</version>
<relativePath />
</parent>

Expand All @@ -41,14 +41,14 @@
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<jacoco-maven-plugin.version>0.7.9</jacoco-maven-plugin.version>
<spring-boot-maven-plugin.version>1.5.10.RELEASE</spring-boot-maven-plugin.version>
<reactor-core.version>3.1.2.RELEASE</reactor-core.version>
<lettuce-core.version>5.0.1.RELEASE</lettuce-core.version>
<spring-boot-maven-plugin.version>2.0.2.RELEASE</spring-boot-maven-plugin.version>
<reactor-core.version>3.1.7.RELEASE</reactor-core.version>
<lettuce-core.version>5.0.4.RELEASE</lettuce-core.version>
<gson.version>2.8.2</gson.version>
<guava.version>23.0</guava.version>
<disruptor.version>3.3.6</disruptor.version>
<disruptor.version>3.4.2</disruptor.version>
<lombok.version>1.16.18</lombok.version>
<metrics-graphite.version>3.2.5</metrics-graphite.version>
<metrics-graphite.version>4.0.2</metrics-graphite.version>
<javax.el-api.version>3.0.0</javax.el-api.version>
<rest-maven-plugin.version>0.1.4</rest-maven-plugin.version>
<reflections.version>0.9.11</reflections.version>
Expand All @@ -60,10 +60,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-reactor-netty</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
Expand All @@ -74,10 +70,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
Expand Down

0 comments on commit da008c8

Please sign in to comment.