#435 - Polishing.
Remove workaround for newer Java runtimes that was necessary with earlier Spring Framework versions.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-data-couchbase</artifactId>
|
<artifactId>spring-boot-starter-data-couchbase-reactive</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -23,11 +23,6 @@
|
|||||||
<artifactId>reactor-core</artifactId>
|
<artifactId>reactor-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.reactivex</groupId>
|
|
||||||
<artifactId>rxjava-reactive-streams</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>spring-data-couchbase-example-utils</artifactId>
|
<artifactId>spring-data-couchbase-example-utils</artifactId>
|
||||||
|
|||||||
10
pom.xml
10
pom.xml
@@ -80,16 +80,6 @@
|
|||||||
<jdk>[9,)</jdk>
|
<jdk>[9,)</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
|
|
||||||
<properties>
|
|
||||||
|
|
||||||
<lombok.version>1.18.2</lombok.version>
|
|
||||||
|
|
||||||
<!-- Required for Java 11 -->
|
|
||||||
<hibernate.version>5.3.0.Final</hibernate.version>
|
|
||||||
<byte-buddy.version>1.8.11</byte-buddy.version>
|
|
||||||
<spring.version>5.0.9.BUILD-SNAPSHOT</spring.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>javax.xml.bind</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user