Skip to content

Commit c5e2b1b

Browse files
committed
compile using Java 6 source compat
1 parent a24d58a commit c5e2b1b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@
145145
<version>3.1.4.RELEASE</version>
146146
<scope>test</scope>
147147
</dependency>
148+
<dependency>
149+
<groupId>javax.activation</groupId>
150+
<artifactId>activation</artifactId>
151+
<version>1.1.1</version>
152+
<scope>test</scope>
153+
</dependency>
148154
<dependency>
149155
<groupId>rubygems</groupId>
150156
<artifactId>jruby-openssl</artifactId>
@@ -185,8 +191,8 @@
185191
<artifactId>maven-compiler-plugin</artifactId>
186192
<version>2.5.1</version>
187193
<configuration>
188-
<source>1.5</source>
189-
<target>1.5</target>
194+
<source>1.6</source>
195+
<target>1.6</target>
190196
<showDeprecation>true</showDeprecation>
191197
<showWarnings>true</showWarnings>
192198
</configuration>

0 commit comments

Comments
 (0)