Skip to content

Commit

Permalink
problem repository
Browse files Browse the repository at this point in the history
  • Loading branch information
unldenis committed Feb 3, 2024
1 parent 4afa2a9 commit 7daada8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<modules>
<module>core</module>
</modules>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -111,4 +110,11 @@
<!-- </plugin>-->
</plugins>
</build>

<repositories>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
</repositories>
</project>

0 comments on commit 7daada8

Please sign in to comment.