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 /testing-client | |
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 'testing-client')
-rw-r--r-- | testing-client/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing-client/pom.xml b/testing-client/pom.xml index 10cf8f69c..0409be08b 100644 --- a/testing-client/pom.xml +++ b/testing-client/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>testing-client</artifactId> |