1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <groupId >sec</groupId >
8+ <artifactId >java-sec-code</artifactId >
9+ <version >1.0.0</version >
10+
11+
12+
13+ <parent >
14+ <groupId >org.springframework.boot</groupId >
15+ <artifactId >spring-boot-starter-parent</artifactId >
16+ <version >1.5.1.RELEASE</version >
17+ </parent >
18+
19+ <dependencies >
20+ <dependency >
21+ <groupId >org.springframework.boot</groupId >
22+ <artifactId >spring-boot-starter-web</artifactId >
23+ </dependency >
24+
25+ <dependency >
26+ <groupId >com.google.guava</groupId >
27+ <artifactId >guava</artifactId >
28+ <version >21.0</version >
29+ </dependency >
30+
31+ <dependency >
32+ <groupId >commons-lang</groupId >
33+ <artifactId >commons-lang</artifactId >
34+ <version >2.4</version > </dependency >
35+
36+ <dependency >
37+ <groupId >org.apache.httpcomponents</groupId >
38+ <artifactId >httpclient</artifactId >
39+ <version >4.3.6</version >
40+ </dependency >
41+ <dependency >
42+ <groupId >org.apache.httpcomponents</groupId >
43+ <artifactId >fluent-hc</artifactId >
44+ <version >4.3.6</version >
45+ </dependency >
46+
47+
48+ <dependency >
49+ <groupId >org.apache.logging.log4j</groupId >
50+ <artifactId >log4j-core</artifactId >
51+ <version >2.8.2</version >
52+ </dependency >
53+
54+ <dependency >
55+ <groupId >com.squareup.okhttp</groupId >
56+ <artifactId >okhttp</artifactId >
57+ <version >2.5.0</version >
58+ </dependency >
59+
60+ <dependency >
61+ <groupId >commons-collections</groupId >
62+ <artifactId >commons-collections</artifactId >
63+ <version >3.1</version >
64+ </dependency >
65+
66+ <dependency >
67+ <groupId >org.apache.commons</groupId >
68+ <artifactId >commons-digester3</artifactId >
69+ <version >3.2</version >
70+ </dependency >
71+
72+ </dependencies >
73+
74+
75+
76+
77+ </project >
0 commit comments