JAVA-1525: Moved 1 article to -client module to make space for 1 from

reactive module
This commit is contained in:
sampadawagde 2020-07-30 18:09:10 +05:30
parent 4dc2535bc5
commit efbd00fdde
4 changed files with 9 additions and 0 deletions

View File

@ -53,6 +53,11 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@ -33,6 +33,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.projectreactor</groupId>
<artifactId>reactor-spring</artifactId>