diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 09:57:56 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 13:52:01 +0700 |
commit | d574f1c039c92108fd0845f7c6775588b69041a0 (patch) | |
tree | b29c2947788369ef7af89365552e0346b0574600 /pom.xml | |
parent | ea78c80177c79edc1426f8d573b04fd26ec6e53b (diff) | |
download | aspectj-d574f1c039c92108fd0845f7c6775588b69041a0.tar.gz aspectj-d574f1c039c92108fd0845f7c6775588b69041a0.zip |
Replace Ant and Xerces system-scopes libraries by normal dependencies
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -4,17 +4,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <properties> - <revision>1.9.7.BUILD-SNAPSHOT</revision> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> - <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> <packaging>pom</packaging> <version>1.9.7.BUILD-SNAPSHOT</version> <name>AspectJ Parent Project</name> + <properties> + <revision>1.9.7.BUILD-SNAPSHOT</revision> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <lib.ant.version>1.6.3</lib.ant.version> + <lib.ant.xerces.version>2.6.2</lib.ant.xerces.version> + <lib.regexp.version>1.2</lib.regexp.version> + </properties> + <modules> <module>util</module> <module>bridge</module> |