Skip to content

Commit 8f3897b

Browse files
committed
added screenshots
1 parent d97bd75 commit 8f3897b

3 files changed

Lines changed: 7 additions & 23 deletions

File tree

pom.xml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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>
@@ -29,12 +23,12 @@
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>
@@ -44,19 +38,9 @@
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>

screenshots/msg_postback.png

76.3 KB
Loading

screenshots/msg_text.png

13.5 KB
Loading

0 commit comments

Comments
 (0)