Skip to content

Commit db5a3fd

Browse files
committed
Sonar doesn't want to import libraries until it does
1 parent a1538b9 commit db5a3fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@
161161
<artifactId>json-simple</artifactId>
162162
<version>1.1.1</version>
163163
</dependency>
164+
<dependency>
165+
<groupId>com.fasterxml.staxmate</groupId>
166+
<artifactId>staxmate</artifactId>
167+
<version>2.3.1</version>
168+
</dependency>
164169

165170
<!-- Test dependencies -->
166171
<dependency>
@@ -275,8 +280,8 @@
275280
<artifactId>maven-compiler-plugin</artifactId>
276281
<version>3.6.2</version>
277282
<configuration>
278-
<source>1.9</source>
279-
<target>1.9</target>
283+
<source>1.8</source>
284+
<target>1.8</target>
280285
</configuration>
281286
</plugin>
282287
</plugins>

0 commit comments

Comments
 (0)