diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-02 14:43:12 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-02-07 09:17:33 +0000 |
commit | e53df8d3f8ab0464b0876bdb339fa91dc9085cd2 (patch) | |
tree | e01029186ff980f7e00901c28aba09b80a85f8e8 /models-interactions/model-impl/aai/pom.xml | |
parent | e3938e43b8a1f02f74368ecb75c38530285feac0 (diff) |
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533
Change-Id: I77a6c44c96013963e141265758629cae83e49876
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-interactions/model-impl/aai/pom.xml')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml index de82e9bf2..5f401295f 100644 --- a/models-interactions/model-impl/aai/pom.xml +++ b/models-interactions/model-impl/aai/pom.xml @@ -44,10 +44,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |