Skip to content

Commit 20e64d3

Browse files
author
TheProgramSrc
committed
Changed BungeeAPI Scope to provided
1 parent 477d49b commit 20e64d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SuperCoreAPI.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-buffer:4.1.49.Final" level="project" />
4141
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-transport:4.1.49.Final" level="project" />
4242
<orderEntry type="library" scope="PROVIDED" name="Maven: io.netty:netty-resolver:4.1.49.Final" level="project" />
43-
<orderEntry type="library" name="Maven: org.spigotmc:spigot:1.16.3-R0.1-SNAPSHOT" level="project" />
43+
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot:1.16.3-R0.1-SNAPSHOT" level="project" />
4444
<orderEntry type="library" name="Maven: org.slf4j:slf4j-nop:1.7.30" level="project" />
4545
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
4646
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.6" level="project" />

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<groupId>org.spigotmc</groupId>
112112
<artifactId>spigot</artifactId>
113113
<version>1.16.3-R0.1-20200919.092709-2</version>
114+
<scope>provided</scope>
114115
</dependency>
115116
<!-- SLF4J -->
116117
<dependency>

0 commit comments

Comments
 (0)