diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-26 16:08:17 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-04-26 16:08:17 +0200 |
commit | b52d1508d5ccfbefcaae208ce73e542e783461b1 (patch) | |
tree | a8ab4eb5c47ef2cb1387c649e9482fff062921ca /pom.xml | |
parent | 86b91bf79edcdcadf55d73d73d290c19a6264196 (diff) |
Remove jersey and aai-rest-client dependencies from model-loader
- aai-rest-client has been fully replaced with RestTemplate
- use spring provided imports in ModelController
Issue-ID: AAI-3836
Change-Id: If2471c8a68c273823bef138626534df1894a91d7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -273,16 +273,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.glassfish.jersey.core</groupId> - <artifactId>jersey-common</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.onap.aai</groupId> - <artifactId>rest-client</artifactId> - <version>${aai.rest.client.version}</version> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> |