Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
     <id>github</id>
     <name>GitHub esdrasdemorais Apache Maven Packages</name>
     <url>https://maven.pkg.github.com/esdrasdemorais/ddd</url>
  • Loading branch information
esdrasdemorais authored Jul 7, 2024
1 parent e0406bb commit 7224045
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@
<artifactId>ddd</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencies>
<repositories>
<repository>
<id>github</id>
<name>GitHub esdrasdemorais Apache Maven Packages</name>
<url>https://maven.pkg.github.com/esdrasdemorais</url>
</repository>
</repositories>
</project>

0 comments on commit 7224045

Please sign in to comment.