Skip to content

Commit

Permalink
Shift to explicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Mar 20, 2024
1 parent b5f3e96 commit e3a3744
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions dough-protection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,24 @@
<artifactId>dough-protection</artifactId>
<packaging>jar</packaging>

<properties>
<plotsquared.version>7.3.6</plotsquared.version>
</properties>

<!-- TODO: Bring down this repo count -->
<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
<repository>
<id>sonatype-oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>coreprotect-repo</id>
<url>https://maven.playpro.com/</url>
Expand Down Expand Up @@ -54,24 +63,8 @@
<id>william278-repo</id>
<url>https://repo.william278.net/snapshots/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.intellectualsites.bom</groupId>
<artifactId>bom-newest</artifactId>
<version>1.42</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.github.baked-libs</groupId>
Expand Down Expand Up @@ -182,6 +175,7 @@
<dependency>
<groupId>com.intellectualsites.plotsquared</groupId>
<artifactId>plotsquared-core</artifactId>
<version>${plotsquared.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -193,6 +187,7 @@
<dependency>
<groupId>com.intellectualsites.plotsquared</groupId>
<artifactId>plotsquared-bukkit</artifactId>
<version>${plotsquared.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit e3a3744

Please sign in to comment.