projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2950888
)
Add simple-xml framework to deserialize XML files.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jan 2013 16:54:15 +0000
(17:54 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 4 Jan 2013 16:54:15 +0000
(17:54 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
643cdb5
..
7422828
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-50,5
+50,10
@@
<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>