Add simple-xml framework to deserialize XML files.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 643cdb5..7422828 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>commons-lang3</artifactId>
                        <version>3.1</version>
                </dependency>
+               <dependency>
+                       <groupId>org.simpleframework</groupId>
+                       <artifactId>simple-xml</artifactId>
+                       <version>2.6.9</version>
+               </dependency>
        </dependencies>
 </project>