Skip to content

Commit a1538b9

Browse files
committed
Remove imports from parent pom and update source version
1 parent 98fd8fa commit a1538b9

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

pom.xml

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@
8888

8989
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
9090

91-
<sonarQubeMinVersion>5.6</sonarQubeMinVersion>
91+
<sonarQubeMinVersion>7.3</sonarQubeMinVersion>
9292

9393
<assertj.version>3.5.2</assertj.version>
94-
<commons-io.version>2.5</commons-io.version>
95-
<commons-lang.version>2.6</commons-lang.version>
96-
<guava.version>17.0</guava.version>
9794
<junit.version>4.10</junit.version>
9895
<logback.version>1.0.13</logback.version>
9996
<mockito.version>1.9.0</mockito.version>
@@ -103,7 +100,6 @@
103100
<sonarlint.version>2.5.0.36</sonarlint.version>
104101
<sslr.version>1.22</sslr.version>
105102
<sslr-squid-bridge.version>2.6.1</sslr-squid-bridge.version>
106-
<gson.version>2.6.2</gson.version>
107103
<ant.version>1.6</ant.version>
108104

109105
</properties>
@@ -149,31 +145,11 @@
149145
</exclusion>
150146
</exclusions>
151147
</dependency>
152-
<dependency>
153-
<groupId>commons-lang</groupId>
154-
<artifactId>commons-lang</artifactId>
155-
<version>${commons-lang.version}</version>
156-
</dependency>
157-
<dependency>
158-
<groupId>commons-io</groupId>
159-
<artifactId>commons-io</artifactId>
160-
<version>${commons-io.version}</version>
161-
</dependency>
162148
<dependency>
163149
<groupId>ch.qos.logback</groupId>
164150
<artifactId>logback-classic</artifactId>
165151
<version>${logback.version}</version>
166152
</dependency>
167-
<dependency>
168-
<groupId>com.google.guava</groupId>
169-
<artifactId>guava</artifactId>
170-
<version>${guava.version}</version>
171-
</dependency>
172-
<dependency>
173-
<groupId>com.google.code.gson</groupId>
174-
<artifactId>gson</artifactId>
175-
<version>${gson.version}</version>
176-
</dependency>
177153
<dependency>
178154
<groupId>ant</groupId>
179155
<artifactId>ant</artifactId>
@@ -186,22 +162,6 @@
186162
<version>1.1.1</version>
187163
</dependency>
188164

189-
<dependency>
190-
<groupId>com.fasterxml</groupId>
191-
<artifactId>aalto-xml</artifactId>
192-
<version>1.1.0</version>
193-
</dependency>
194-
<dependency>
195-
<groupId>com.fasterxml.staxmate</groupId>
196-
<artifactId>staxmate</artifactId>
197-
<version>2.3.1</version>
198-
</dependency>
199-
<dependency>
200-
<groupId>com.fasterxml.woodstox</groupId>
201-
<artifactId>woodstox-core</artifactId>
202-
<version>5.0.3</version>
203-
</dependency>
204-
205165
<!-- Test dependencies -->
206166
<dependency>
207167
<groupId>junit</groupId>
@@ -315,8 +275,8 @@
315275
<artifactId>maven-compiler-plugin</artifactId>
316276
<version>3.6.2</version>
317277
<configuration>
318-
<source>1.8</source>
319-
<target>1.8</target>
278+
<source>1.9</source>
279+
<target>1.9</target>
320280
</configuration>
321281
</plugin>
322282
</plugins>

0 commit comments

Comments
 (0)