File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >junit</groupId >
3333 <artifactId >junit</artifactId >
34- <version >4.11 </version >
34+ <version >4.13.2 </version >
3535 </dependency >
3636 </dependencies >
3737 <build >
Original file line number Diff line number Diff line change 5050 System.err.println( Attributes.Name.MAIN_CLASS.toString() + " not equals myproject.HelloWorld" );
5151 return false;
5252 }
53- if ( !"lib/junit-4.11 .jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
53+ if ( !"lib/junit-4.13.2 .jar lib/hamcrest-core-1.3.jar".equals( manifest.get( Attributes.Name.CLASS_PATH ) ) )
5454 {
5555 System.err.println( Attributes.Name.CLASS_PATH.toString() +
56- " not equals lib/junit-4.11 .jar lib/hamcrest-core-1.3.jar" );
56+ " not equals lib/junit-4.13.2 .jar lib/hamcrest-core-1.3.jar" );
5757 return false;
5858 }
5959
You can’t perform that action at this time.
0 commit comments