Skip to content

Commit 5f382fb

Browse files
authored
Merge pull request #335 from adamretter/hotfix/java7-compat
Restore Java 7 build compatibility
2 parents 1ec7aaf + f1a0767 commit 5f382fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

csv-validator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>commons-io</groupId>
159159
<artifactId>commons-io</artifactId>
160-
<version>2.11.0</version>
160+
<version>2.6</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.specs2</groupId>

csv-validator-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>net.alchim31.maven</groupId>
112112
<artifactId>scala-maven-plugin</artifactId>
113-
<version>4.4.0</version>
113+
<version>3.4.6</version>
114114
</plugin>
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-javadoc-plugin</artifactId>
153-
<version>3.3.2</version>
153+
<version>3.2.0</version>
154154
</plugin>
155155
<plugin>
156156
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)