diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-03-21 14:16:56 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-03-21 14:18:16 -0400 |
commit | db675a54e8e7bb3553e059d237774b4b737488f1 (patch) | |
tree | c2eaec34581f45ee16cb15ea3a208a61348b6fc0 /common/pom.xml | |
parent | 558a73181640d0d19f7f05cab6e0b8568574b504 (diff) |
added custom validators for use with openpojo
Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa
Issue-ID: SO-510
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/pom.xml b/common/pom.xml index aeef257d48..adc102e150 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -53,12 +53,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.3</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.jboss.spec.javax.ejb</groupId> <artifactId>jboss-ejb-api_3.2_spec</artifactId> <version>1.0.0.Final</version> |