Skip to content

Commit

Permalink
update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Nov 19, 2024
1 parent 9ceee02 commit 7aa1b77
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>spring-forge-starter-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -14,17 +14,9 @@
<version>1.0.0-SNAPSHOT</version>
<name>Excel Export Spring Boot Example</name>

<distributionManagement>
<repository>
<id>github-pcalouche-spring-boot-excel</id>
<name>Spring Boot Excel</name>
<url>https://maven.pkg.github.com/pcalouche/spring-boot-excel</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>pcalouche-spring-boot-starter-app</artifactId>
</dependency>
<dependency>
Expand All @@ -43,7 +35,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<artifactId>pcalouche-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 7aa1b77

Please sign in to comment.