Skip to content

Commit 53d92b8

Browse files
committed
Remove unused dependencies from pom
1 parent 269e53e commit 53d92b8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -738,23 +738,6 @@
738738
</configuration>
739739
</plugin>
740740

741-
<plugin>
742-
<groupId>org.apache.maven.plugins</groupId>
743-
<artifactId>maven-shade-plugin</artifactId>
744-
<version>3.0.0</version>
745-
<executions>
746-
<execution>
747-
<phase>package</phase>
748-
<goals>
749-
<goal>shade</goal>
750-
</goals>
751-
<configuration>
752-
<shadedArtifactAttached>true</shadedArtifactAttached>
753-
</configuration>
754-
</execution>
755-
</executions>
756-
</plugin>
757-
758741
<plugin>
759742
<groupId>org.apache.maven.plugins</groupId>
760743
<artifactId>maven-site-plugin</artifactId>
@@ -791,12 +774,6 @@
791774
<artifactId>maven-war-plugin</artifactId>
792775
<version>3.2.0</version>
793776
</plugin>
794-
<!-- Non-standard plugins -->
795-
<plugin>
796-
<groupId>com.lazerycode.selenium</groupId>
797-
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
798-
<version>${driver-binary-downloader-maven-plugin.version}</version>
799-
</plugin>
800777

801778
<plugin>
802779
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)