aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.aspectj.matcher/pom.xml')
-rw-r--r--org.aspectj.matcher/pom.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index 2af081949..b81290162 100644
--- a/org.aspectj.matcher/pom.xml
+++ b/org.aspectj.matcher/pom.xml
@@ -30,15 +30,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>commons</groupId>
- <artifactId>commons</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/commons/commons.jar</systemPath>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>${lib.commons.logging.version}</version>
</dependency>
</dependencies>
-
<build>
<plugins>
<plugin>