Skip to content

Commit 8102f34

Browse files
committed
fix: remove unnecessary pom.xml changes
1 parent d74eb3e commit 8102f34

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,6 @@
174174
<artifactId>maven-scm-api</artifactId>
175175
<version>${maven-scm.version}</version>
176176
</dependency>
177-
<dependency>
178-
<groupId>org.apache.maven.scm</groupId>
179-
<artifactId>maven-scm-manager-plexus</artifactId>
180-
<version>${maven-scm.version}</version>
181-
<scope>compile</scope>
182-
</dependency>
183177
<dependency>
184178
<groupId>org.apache.maven.scm</groupId>
185179
<artifactId>maven-scm-provider-svnexe</artifactId>
@@ -518,20 +512,6 @@
518512
</execution>
519513
</executions>
520514
</plugin>
521-
522-
<!-- Copy nested `.git` folders excluded by default -->
523-
<plugin>
524-
<groupId>org.apache.maven.plugins</groupId>
525-
<artifactId>maven-resources-plugin</artifactId>
526-
<executions>
527-
<execution>
528-
<id>default-testResources</id>
529-
<configuration>
530-
<addDefaultExcludes>false</addDefaultExcludes>
531-
</configuration>
532-
</execution>
533-
</executions>
534-
</plugin>
535515
</plugins>
536516
</build>
537517
<reporting>

0 commit comments

Comments
 (0)