File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments