File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1111.project
1212.settings /
1313
14+ # intellij
15+ .idea /
16+ * .iml
17+
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >org.apache.bcel</groupId >
1919 <artifactId >bcel</artifactId >
20- <version >5.2 </version >
20+ <version >6.0 </version >
2121 <scope >provided</scope >
2222 </dependency >
2323 <dependency >
3232 <plugin >
3333 <groupId >org.apache.maven.plugins</groupId >
3434 <artifactId >maven-assembly-plugin</artifactId >
35- <version >2.2.1 </version >
35+ <version >3.0.0 </version >
3636 <configuration >
3737 <descriptors >
3838 <descriptor >assembly-dyn.xml</descriptor >
5858 </plugin >
5959 <plugin >
6060 <artifactId >maven-compiler-plugin</artifactId >
61- <version >2.3.2 </version >
61+ <version >3.6.1 </version >
6262 <configuration >
6363 <optimize >false</optimize >
64- <source >1.6 </source >
65- <target >1.6 </target >
64+ <source >1.8 </source >
65+ <target >1.8 </target >
6666 </configuration >
6767 </plugin >
6868 </plugins >
You can’t perform that action at this time.
0 commit comments