BAEL-4687: renamed project from jackson to data 2

This commit is contained in:
Adina Rolea 2020-12-04 19:55:44 +02:00
parent 003a5f2034
commit c19b868d3b
18 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@
<module>spring-boot-vue</module>
<module>spring-boot-xml</module>
<module>spring-boot-actuator</module>
<module>spring-boot-jackson</module>
<module>spring-boot-data-2</module>
</modules>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-jackson</artifactId>
<artifactId>spring-boot-data-2</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>