Skip to content

Commit

Permalink
Fix formatting in pom xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugzy committed Sep 17, 2023
1 parent a36955c commit 637d1f2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
<url>https://repo.pgm.fyi/snapshots</url>
</repository>
<repository>
<id>ashcon-repo</id>
<url>https://repo.ashcon.app/content/repositories/snapshots</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>ashcon-repo</id>
<url>https://repo.ashcon.app/content/repositories/snapshots</url>
</repository>
</repositories>

Expand All @@ -49,10 +53,10 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.pgm</groupId>
<groupId>com.github.PGMDev</groupId>
<artifactId>Events</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
<version>master-9671be2b43-1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>tc.oc.occ</groupId>
Expand Down

0 comments on commit 637d1f2

Please sign in to comment.