Jason, there was a bug in your automatic reformatting tool. It moved my comments to the wrong group of <dependency> elements. I've moved them back.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-12-29 11:36:50 +00:00
parent c0b9155928
commit e2d4e0eeb2

View File

@@ -46,6 +46,7 @@
<artifactId>aspectwerkz</artifactId>
<version>0.9.RC1</version>
</dependency>
<!-- Required for Attribute compilation -->
<dependency>
@@ -58,6 +59,7 @@
<artifactId>jrexx</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Required for AspectWerkz offline compilation -->
<dependency>
@@ -70,6 +72,7 @@
<artifactId>bcel</artifactId>
<version>5.1</version>
</dependency>
<!-- Required both for Attribute and AspectWerkz compilations -->
<dependency>