Skip to content

Commit

Permalink
Merge pull request #2612 from BentoBoxWorld/remove_dynmap
Browse files Browse the repository at this point in the history
Remove dynmap
  • Loading branch information
tastybento authored Feb 2, 2025
2 parents 1ab90ad + 044c30d commit cd0b251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
<vault.version>1.7.1</vault.version>
<placeholderapi.version>2.10.9</placeholderapi.version>
<githubapi.version>d5f5e0bbd8</githubapi.version>
<dynmap.version>3.0-SNAPSHOT</dynmap.version>
<myworlds.version>1.19.3-v1</myworlds.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
Expand Down Expand Up @@ -153,10 +152,6 @@
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<repository>
<id>dynmap-repo</id>
<url>https://repo.mikeprimm.com/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
Expand Down Expand Up @@ -326,12 +321,6 @@
<scope>provided</scope>
</dependency>
<!-- Hooks -->
<dependency>
<groupId>us.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>${dynmap.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.bergerkiller.bukkit</groupId>
<artifactId>MyWorlds</artifactId>
Expand Down
90 changes: 0 additions & 90 deletions src/main/java/world/bentobox/bentobox/hooks/DynmapHook.java

This file was deleted.

0 comments on commit cd0b251

Please sign in to comment.