diff options
author | Andy Clement <aclement@pivotal.io> | 2020-08-16 11:14:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 11:14:43 -0700 |
commit | 4a2ecf60ebaa4a5ad097da45ef912e1af3cd0dce (patch) | |
tree | d88f9aa21739017fbdc4dc2ce57174ca84cd3703 /runtime | |
parent | 884ced970ee8d04bfb89a53ec1a40fcb848db2b6 (diff) | |
parent | 574dcd8478225de2fd62cc8ad09bf99c085341a4 (diff) | |
download | aspectj-4a2ecf60ebaa4a5ad097da45ef912e1af3cd0dce.tar.gz aspectj-4a2ecf60ebaa4a5ad097da45ef912e1af3cd0dce.zip |
Merge pull request #10 from larsgrefer/cleanup/pom
Cleanup the Maven pom.xml files
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 4830f842d..554f74a62 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -7,7 +7,6 @@ <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> <version>1.9.7.BUILD-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>runtime</artifactId> |