96 |
<dependency> |
<dependency> |
97 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
98 |
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
99 |
<version>4.8.2</version> |
<version>4.11</version> |
100 |
<type>jar</type> |
<type>jar</type> |
101 |
<scope>test</scope> |
<scope>test</scope> |
102 |
</dependency> |
</dependency> |
187 |
<plugin> |
<plugin> |
188 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
189 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
190 |
<version>2.5.1</version> |
<version>3.0</version> |
191 |
<configuration> |
<configuration> |
192 |
<source>1.7</source> |
<source>1.7</source> |
193 |
<target>1.7</target> |
<target>1.7</target> |
299 |
<plugin> |
<plugin> |
300 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
301 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
302 |
<version>2.5.1</version> |
<version>3.0</version> |
303 |
<configuration> |
<configuration> |
304 |
<source>1.7</source> |
<source>1.7</source> |
305 |
<target>1.7</target> |
<target>1.7</target> |