diff --git a/pom.xml b/pom.xml index d7dcdeb6ada5bc3384daff8887431769fb032563..2a40866646873b43743f6600f1bb8dd119519a32 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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> +<!-- <packaging>pom</packaging>--> + <parent> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-parent</artifactId> - <version>2.3.2.RELEASE</version> - <relativePath/> <!-- lookup parent from repository --> + <groupId>com.luca</groupId> + <artifactId>core</artifactId> + <version>1.0.3-SNAPSHOT</version> </parent> <!-- Generated by https://start.springboot.io --> @@ -14,8 +15,6 @@ <groupId>com.luca</groupId> <artifactId>pilot</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>pilot</name> - <description>pilot data clean</description> <properties> <java.version>11</java.version>