fix cassandra parent

This commit is contained in:
Loredana 2018-12-16 17:13:50 +02:00
parent c97e97d175
commit 53dc48b94a
1 changed files with 4 additions and 12 deletions

View File

@ -13,9 +13,10 @@
<description>Spring Data Cassandra reactive</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath/>
</parent>
@ -57,14 +58,5 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>