Commit 1c4106fb by kasmi

fix xml

parent 0039db62
......@@ -170,7 +170,7 @@
<dependency>
<groupId>com.fractalite.hermes</groupId>
<artifactId>hermes-stay</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
......@@ -244,6 +244,13 @@
<!-- </exclusions> -->
<!-- </dependency> -->
<!-- https://mvnrepository.com/artifact/javax.xml.soap/javax.xml.soap-api -->
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
......
Markdown is supported
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