Skip to content

Commit 0fbd19d

Browse files
committed
-downgrade JDK source version
-minor changes
1 parent 2481923 commit 0fbd19d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
<artifactId>maven-compiler-plugin</artifactId>
154154
<version>3.1</version>
155155
<configuration>
156-
<source>1.7</source>
157-
<target>1.7</target>
156+
<source>1.6</source>
157+
<target>1.6</target>
158158
</configuration>
159159
</plugin>
160160
<plugin>

src/integration-test/java/com/jaspersoft/jasperserver/jaxrs/client/apiadapters/resources/ResourcesServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.jaspersoft.jasperserver.jaxrs.client.core.JasperserverRestClient;
66
import com.jaspersoft.jasperserver.jaxrs.client.core.RestClientConfiguration;
77
import com.jaspersoft.jasperserver.jaxrs.client.core.Session;
8-
import junit.framework.Assert;
8+
import org.testng.Assert;
99
import org.testng.annotations.AfterMethod;
1010
import org.testng.annotations.BeforeMethod;
1111
import org.testng.annotations.Test;

0 commit comments

Comments
 (0)