diff options
Diffstat (limited to 'verigraph/pom.xml')
-rwxr-xr-x | verigraph/pom.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/verigraph/pom.xml b/verigraph/pom.xml index cfa21e9..9684667 100755 --- a/verigraph/pom.xml +++ b/verigraph/pom.xml @@ -37,8 +37,8 @@ <version>3.0</version>
<inherited>true</inherited>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
<plugin>
@@ -218,6 +218,16 @@ <artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.dataformat</groupId>
+ <artifactId>jackson-dataformat-yaml</artifactId>
+ <version>2.9.2</version>
+ </dependency>
+ <!-- Trying to make jaxb work -->
+ <dependency>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>org.eclipse.persistence.core</artifactId>
+ <version>2.6.0</version>
+ </dependency>
</dependencies>
-
</project>
\ No newline at end of file |