Fixed bug so XML messages are located and sent properly on the server

Imported appache commons to read inputstream to a bytearray

#story[829]
This commit is contained in:
William Muir
2017-04-30 17:08:06 +12:00
parent 1cf55f3e96
commit 85f461c88c
3 changed files with 18 additions and 7 deletions
+5
View File
@@ -20,6 +20,11 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>