We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1426a commit f1f5e25Copy full SHA for f1f5e25
1 file changed
pom.xml
@@ -15,14 +15,6 @@
15
</snapshotRepository>
16
</distributionManagement>
17
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
-
26
<build>
27
<plugins>
28
<plugin>
@@ -33,20 +25,6 @@
33
<target>1.8</target>
34
</configuration>
35
</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>
50
</plugins>
51
29
</build>
52
30
0 commit comments