Skip to content
Snippets Groups Projects
Commit ab187924 authored by Thomas Mekonnen's avatar Thomas Mekonnen
Browse files

exclude commons-io from oet-parser to fix conflict

parent b92aae80
Branches solve-issue-19
No related tags found
No related merge requests found
......@@ -36,7 +36,13 @@
<groupId>org.openehr.java-libs</groupId>
<artifactId>oet-parser</artifactId>
<version>1.0.71</version>
</dependency>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment