File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <name >Fb Bot in Java</name >
99 <url >http://maven.apache.org</url >
1010 <dependencies >
11- <dependency >
12- <groupId >junit</groupId >
13- <artifactId >junit</artifactId >
14- <version >3.8.1</version >
15- <scope >test</scope >
16- </dependency >
1711 <dependency >
1812 <groupId >org.apache.httpcomponents</groupId >
1913 <artifactId >httpclient</artifactId >
2923 <artifactId >gson</artifactId >
3024 <version >2.7</version >
3125 </dependency >
32- <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
33- <dependency >
34- <groupId >org.apache.commons</groupId >
35- <artifactId >commons-lang3</artifactId >
36- <version >3.4</version >
37- </dependency >
26+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
27+ <dependency >
28+ <groupId >org.apache.commons</groupId >
29+ <artifactId >commons-lang3</artifactId >
30+ <version >3.4</version >
31+ </dependency >
3832
3933 </dependencies >
4034 <build >
4438 <artifactId >maven-jetty-plugin</artifactId >
4539 <version >6.1.10</version >
4640 <configuration >
47- <scanIntervalSeconds >30000 </scanIntervalSeconds >
41+ <scanIntervalSeconds >10 </scanIntervalSeconds >
4842 </configuration >
4943 </plugin >
50-
51- <plugin >
52- <groupId >org.apache.maven.plugins</groupId >
53- <artifactId >maven-surefire-plugin</artifactId >
54- <version >2.12.4</version >
55- <configuration >
56- <skipTests >true</skipTests >
57- </configuration >
58- </plugin >
59-
6044 <plugin >
6145 <groupId >org.apache.maven.plugins</groupId >
6246 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments