Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
removing bundle plugin and adding slf4j-simple as a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed May 31, 2017
1 parent dd97224 commit f3a52cb
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>

<name>Common Maven Parent POM</name>
Expand Down Expand Up @@ -103,6 +103,12 @@
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
Expand Down Expand Up @@ -343,12 +349,6 @@ under the License.</inlineHeader>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down Expand Up @@ -489,6 +489,20 @@ under the License.</inlineHeader>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<versionRange>[1.10,)</versionRange>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down Expand Up @@ -549,10 +563,6 @@ under the License.</inlineHeader>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f3a52cb

Please sign in to comment.