Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Dec 5, 2019
1 parent 77fa752 commit 539373c
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,30 +221,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.apache.maven</groupId> -->
<!-- <artifactId>maven-core</artifactId> -->
<!-- <version>${maven.test.version}</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.apache.maven</groupId> -->
<!-- <artifactId>maven-artifact</artifactId> -->
<!-- <version>${maven.test.version}</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.apache.maven</groupId> -->
<!-- <artifactId>maven-model</artifactId> -->
<!-- <version>${maven.test.version}</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.apache.maven</groupId> -->
<!-- <artifactId>maven-settings</artifactId> -->
<!-- <version>${maven.test.version}</version> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
Expand All @@ -258,19 +234,9 @@
</dependency>

</dependencies>

<build>
<plugins>
<!-- <plugin> -->
<!-- until the fix for JENKINS-18918 is available in a backported skip any apache-maven-xxx folders in classes -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-jar-plugin</artifactId> -->
<!-- <version>2.4</version> -->
<!-- <configuration> -->
<!-- <excludes> -->
<!-- <exclude>**/apache-maven-*/*</exclude> -->
<!-- </excludes> -->
<!-- </configuration> -->
<!-- </plugin> -->
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
Expand Down

0 comments on commit 539373c

Please sign in to comment.