diff options
author | RossC <ross.carter@est.tech> | 2020-07-02 16:35:08 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-07-02 16:35:14 +0100 |
commit | f38f9902530276c082e5292d673fad24c8be6e5c (patch) | |
tree | bdca42d5cc82ecad42fa49a6b56ea5244a89e2ce /utils/pom.xml | |
parent | 6a384a208834df1ca94c350d8cd8ddad82f18efb (diff) |
Removing hamcrest and openpojo from utils pom
Issue-ID: POLICY-2387
Change-Id: I43916ce97c43892fed4ed3a78f972f6b97e3237f
Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 2737005a..1da1de70 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -117,16 +117,6 @@ <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>com.openpojo</groupId> - <artifactId>openpojo</artifactId> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <version>2.2</version> - </dependency> </dependencies> <build> |