From 54640a680e5336e9a478f38d00035294a16137ab Mon Sep 17 00:00:00 2001 From: Gustavohqo Date: Mon, 5 Oct 2015 17:02:14 -0300 Subject: [PATCH] Modified pom to make asm optional and set java as 1.7 --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a5ab830..7d87f58 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ asm 3.1 compile + true org.easymock @@ -135,8 +136,8 @@ maven-compiler-plugin 3.3 - 1.8 - 1.8 + 1.7 + 1.7 @@ -166,7 +167,7 @@ - -Xdoclint:none +