fix cassandra parent

This commit is contained in:
Loredana 2018-12-16 17:13:50 +02:00
parent c97e97d175
commit 53dc48b94a

View File

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