Added:
<dependency> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.1.1</version> <type>plugin</type> </dependency> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf3b35e57e
commit
b41bc57082
|
@ -367,6 +367,12 @@ limitations under the License.
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.8.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>maven-plugins</groupId>
|
||||||
|
<artifactId>maven-cobertura-plugin</artifactId>
|
||||||
|
<version>1.1.1</version>
|
||||||
|
<type>plugin</type>
|
||||||
|
</dependency>
|
||||||
<!--
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven-plugins</groupId>
|
<groupId>maven-plugins</groupId>
|
||||||
|
|
Loading…
Reference in New Issue