diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-17 16:54:20 -0400 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-06-21 09:19:17 +0000 |
commit | 417e292dbaff7c30f86780e20da5fc95b108032a (patch) | |
tree | e34cf7ed3a8e10fe2bd185fdab8d53543d721aa3 /models-dao/pom.xml | |
parent | 1ada3a6368f340df653886c4229b192ce7a5fc35 (diff) |
Use lombok for events, base, dao
Issue-ID: POLICY-3396
Change-Id: I7b37efc13a25e0e27d63a85a3ee291e91a4e1682
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-dao/pom.xml')
-rw-r--r-- | models-dao/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/models-dao/pom.xml b/models-dao/pom.xml index 4b62aa80a..7df645649 100644 --- a/models-dao/pom.xml +++ b/models-dao/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019 Nordix Foundation. - Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -43,10 +43,5 @@ <artifactId>h2</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.3.1</version> - </dependency> </dependencies> </project> |