aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-03 16:48:48 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-03 16:48:48 +0200
commit64284923c0361bb2fec814c1cf165e1bacd7ec60 (patch)
tree2694bbb2c851ab0a1cab2d255e4bff6cdaafd54d
parenta5e8d3d1dc58f8ef13c7f629f96e01eef95f1f50 (diff)
Remove useless dep
Remove useless dependencies Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I6d4ce09c31db50798b9b353383fe0ba2cc95838d
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 260ec682..5c06bfc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,16 +324,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.3.1</version>
- </dependency>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.3.0</version>
- </dependency>
<!-- Spring famework -->
<dependency>
<groupId>org.springframework.boot</groupId>