Skip to content

Commit

Permalink
Exclude conflicting dependencies in velocity module
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Dec 12, 2023
1 parent 8f4b67e commit d053326
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<groupId>net.kyori</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Lamp Velocity Module -->
<dependency>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>velocity</artifactId>
</dependency>

<!-- VK API -->
<dependency>
<groupId>com.github.bivashy</groupId>
Expand Down Expand Up @@ -88,5 +90,11 @@
<groupId>com.github.bivashy.libby</groupId>
<artifactId>libby-velocity</artifactId>
</dependency>

<!-- Lamp Velocity Module -->
<dependency>
<groupId>com.github.Revxrsal.Lamp</groupId>
<artifactId>velocity</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit d053326

Please sign in to comment.