diff --git a/pom.xml b/pom.xml
index 22e388fa930771dd22ad63182e0263c14db04a19..5885804ea4f387a935f5dfe0cba383be6b843e96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,27 @@
             <version>8.0.33</version> 
         </dependency>
 
+        <dependency>
+            <groupId>com.sun.net.httpserver</groupId>
+            <artifactId>http</artifactId>
+            <version>20070405</version>
+        </dependency>
+
+
+       <!-- https://mvnrepository.com/artifact/javax.xml.ws/jaxws-api -->
+        <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>2.2</version>
+        </dependency>
+
+        <!-- https://mvnrepository.com/artifact/javainetlocator/inetaddresslocator -->
+        <dependency>
+            <groupId>javainetlocator</groupId>
+            <artifactId>inetaddresslocator</artifactId>
+            <version>2.18</version>
+        </dependency>
+
     </dependencies>
 
     <build>