Skip to content

Commit 7b3b6ea

Browse files
committed
Update pom.xml
1 parent 3ef6b7f commit 7b3b6ea

1 file changed

Lines changed: 29 additions & 27 deletions

File tree

pom.xml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@
1616
</resource>
1717
</resources>
1818
<plugins>
19-
<plugin>
20-
<groupId>org.apache.maven.plugins</groupId>
21-
<artifactId>maven-compiler-plugin</artifactId>
22-
<version>3.7.0</version>
23-
<configuration>
24-
<source>1.8</source>
25-
<target>1.8</target>
26-
<encoding>ISO-8859-1</encoding>
27-
</configuration>
28-
</plugin>
29-
<plugin>
30-
<groupId>org.apache.maven.plugins</groupId>
31-
<artifactId>maven-shade-plugin</artifactId>
32-
<version>3.1.0</version>
33-
<executions>
34-
<execution>
35-
<phase>package</phase>
36-
<goals>
37-
<goal>shade</goal>
38-
</goals>
39-
<configuration>
40-
<createDependencyReducedPom>false</createDependencyReducedPom>
41-
</configuration>
42-
</execution>
43-
</executions>
44-
</plugin>
45-
</plugins>
19+
<plugin>
20+
<groupId>org.apache.maven.plugins</groupId>
21+
<artifactId>maven-compiler-plugin</artifactId>
22+
<version>3.7.0</version>
23+
<configuration>
24+
<source>1.8</source>
25+
<target>1.8</target>
26+
<encoding>ISO-8859-1</encoding>
27+
</configuration>
28+
</plugin>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-shade-plugin</artifactId>
32+
<version>3.1.0</version>
33+
<executions>
34+
<execution>
35+
<phase>package</phase>
36+
<goals>
37+
<goal>shade</goal>
38+
</goals>
39+
<configuration>
40+
<createDependencyReducedPom>false</createDependencyReducedPom>
41+
</configuration>
42+
</execution>
43+
</executions>
44+
</plugin>
45+
</plugins>
4646
</build>
4747

4848
<repositories>
@@ -95,11 +95,13 @@
9595
<groupId>com.github.MyzelYam</groupId>
9696
<artifactId>PremiumVanishAPI</artifactId>
9797
<version>2.0.3</version>
98+
<scope>provided</scope>
9899
</dependency>
99100
<dependency>
100101
<groupId>com.comphenix.protocol</groupId>
101102
<artifactId>ProtocolLib</artifactId>
102103
<version>4.5.1</version>
104+
<scope>provided</scope>
103105
</dependency>
104106
<dependency>
105107
<groupId>OpenInv</groupId>

0 commit comments

Comments
 (0)