Skip to content
Snippets Groups Projects
Commit b86a7b12 authored by Haidar's avatar Haidar
Browse files

feat: add com.sun.net dependencies

parent d738e9b8
1 merge request!2adding soap logging and topup service template
Pipeline #59554 canceled with stages
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment