We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24d58a commit c5e2b1bCopy full SHA for c5e2b1b
pom.xml
@@ -145,6 +145,12 @@
145
<version>3.1.4.RELEASE</version>
146
<scope>test</scope>
147
</dependency>
148
+ <dependency>
149
+ <groupId>javax.activation</groupId>
150
+ <artifactId>activation</artifactId>
151
+ <version>1.1.1</version>
152
+ <scope>test</scope>
153
+ </dependency>
154
<dependency>
155
<groupId>rubygems</groupId>
156
<artifactId>jruby-openssl</artifactId>
@@ -185,8 +191,8 @@
185
191
<artifactId>maven-compiler-plugin</artifactId>
186
192
<version>2.5.1</version>
187
193
<configuration>
188
- <source>1.5</source>
189
- <target>1.5</target>
194
+ <source>1.6</source>
195
+ <target>1.6</target>
190
196
<showDeprecation>true</showDeprecation>
197
<showWarnings>true</showWarnings>
198
</configuration>
0 commit comments