modify pom

This commit is contained in:
sanitaso 2022-02-25 15:25:38 +01:00
parent de6d367e41
commit f62de53554
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-disable-logging</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<relativePath/>
</parent>
<groupId>com.baeldung</groupId>
<artifactId>swaggerResponseAPI</artifactId>