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 a263d67 commit 47bcc93Copy full SHA for 47bcc93
pom.xml
@@ -161,6 +161,11 @@
161
<artifactId>json-simple</artifactId>
162
<version>1.1.1</version>
163
</dependency>
164
+ <dependency>
165
+ <groupId>com.fasterxml.staxmate</groupId>
166
+ <artifactId>staxmate</artifactId>
167
+ <version>2.3.1</version>
168
+ </dependency>
169
170
<!-- Test dependencies -->
171
<dependency>
@@ -275,8 +280,8 @@
275
280
<artifactId>maven-compiler-plugin</artifactId>
276
281
<version>3.6.2</version>
277
282
<configuration>
278
- <source>1.9</source>
279
- <target>1.9</target>
283
+ <source>1.8</source>
284
+ <target>1.8</target>
285
</configuration>
286
</plugin>
287
</plugins>
0 commit comments