Added eo-yaml dependency.
This commit is contained in:
parent
9f094a6091
commit
2eaa1d5b62
5
pom.xml
5
pom.xml
|
@ -11,6 +11,11 @@
|
|||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.9.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.amihaiemil.web</groupId>
|
||||
<artifactId>eo-yaml</artifactId>
|
||||
<version>5.2.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in New Issue