<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:
Gary D. Gregory 2006-01-08 03:45:55 +00:00
parent bf3b35e57e
commit b41bc57082
1 changed files with 6 additions and 0 deletions

View File

@ -367,6 +367,12 @@ limitations under the License.
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.1.1</version>
<type>plugin</type>
</dependency>
<!--
<dependency>
<groupId>maven-plugins</groupId>