Guest User

Untitled

a guest
Mar 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <dependencies>
  2.  
  3. <dependency>
  4. <groupId>org.springframework.boot</groupId>
  5. <artifactId>spring-boot-starter-webflux</artifactId>
  6. </dependency>
  7.  
  8. <dependency>
  9. <groupId>org.springframework.boot</groupId>
  10. <artifactId>spring-boot-starter-data-cassandra-reactive</artifactId>
  11. <version>2.0.0.RELEASE</version>
  12. </dependency>
  13.  
  14. </dependencies>
Add Comment
Please, Sign In to add comment