Skip to content

Commit de5b95d

Browse files
committed
no need to force 1.7 as a requirement
1 parent d689594 commit de5b95d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
<plugin>
2929
<artifactId>maven-compiler-plugin</artifactId>
3030
<version>2.3.2</version>
31-
<configuration>
32-
<source>1.7</source>
33-
<target>1.7</target>
34-
</configuration>
35-
</plugin>
31+
</plugin>
3632
<plugin>
3733
<groupId>org.apache.maven.plugins</groupId>
3834
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)