Skip to content

Commit ee64a6a

Browse files
committed
spring-projects#435 - Polishing.
Remove workaround for newer Java runtimes that was necessary with earlier Spring Framework versions.
1 parent dc67d52 commit ee64a6a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

couchbase/reactive/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@
1515

1616
<dependency>
1717
<groupId>org.springframework.boot</groupId>
18-
<artifactId>spring-boot-starter-data-couchbase</artifactId>
18+
<artifactId>spring-boot-starter-data-couchbase-reactive</artifactId>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>io.projectreactor</groupId>
2323
<artifactId>reactor-core</artifactId>
2424
</dependency>
2525

26-
<dependency>
27-
<groupId>io.reactivex</groupId>
28-
<artifactId>rxjava-reactive-streams</artifactId>
29-
</dependency>
30-
3126
<dependency>
3227
<groupId>${project.groupId}</groupId>
3328
<artifactId>spring-data-couchbase-example-utils</artifactId>

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@
8080
<jdk>[9,)</jdk>
8181
</activation>
8282

83-
<properties>
84-
85-
<lombok.version>1.18.2</lombok.version>
86-
87-
<!-- Required for Java 11 -->
88-
<hibernate.version>5.3.0.Final</hibernate.version>
89-
<byte-buddy.version>1.8.11</byte-buddy.version>
90-
<spring.version>5.0.9.BUILD-SNAPSHOT</spring.version>
91-
</properties>
92-
9383
<dependencies>
9484
<dependency>
9585
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)