Skip to content

Commit f1f5e25

Browse files
author
jython234
committed
Fix POM.
1 parent 3f1426a commit f1f5e25

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
</snapshotRepository>
1616
</distributionManagement>
1717

18-
<dependencies>
19-
<dependency>
20-
<groupId>org.apache.commons</groupId>
21-
<artifactId>commons-lang3</artifactId>
22-
<version>3.1</version>
23-
</dependency>
24-
</dependencies>
25-
2618
<build>
2719
<plugins>
2820
<plugin>
@@ -33,20 +25,6 @@
3325
<target>1.8</target>
3426
</configuration>
3527
</plugin>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-shade-plugin</artifactId>
39-
<version>2.3</version>
40-
<executions>
41-
<!-- Run shade goal on package phase -->
42-
<execution>
43-
<phase>package</phase>
44-
<goals>
45-
<goal>shade</goal>
46-
</goals>
47-
</execution>
48-
</executions>
49-
</plugin>
5028
</plugins>
5129
</build>
5230

0 commit comments

Comments
 (0)