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 >org.quickperf</groupId >
8
- <artifactId >maven-test-bench</artifactId >
9
- <version >1.0-SNAPSHOT</version >
10
-
11
- <properties >
12
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
- <maven .compiler.source>1.8</maven .compiler.source>
14
- <maven .compiler.target>1.8</maven .compiler.target>
15
- </properties >
16
-
17
- <dependencies >
18
- <dependency >
19
- <groupId >org.apache.maven.shared</groupId >
20
- <artifactId >maven-verifier</artifactId >
21
- <version >1.6</version >
22
- <scope >test</scope >
23
- </dependency >
24
- <dependency >
25
- <groupId >org.quickperf</groupId >
26
- <artifactId >quick-perf-junit4</artifactId >
27
- <version >1.0.0-RC4</version >
28
- <scope >test</scope >
29
- </dependency >
30
- <dependency >
31
- <groupId >junit</groupId >
32
- <artifactId >junit</artifactId >
33
- <version >4.12</version >
34
- <scope >test</scope >
35
- </dependency >
36
- <dependency >
37
- <groupId >net.lingala.zip4j</groupId >
38
- <artifactId >zip4j</artifactId >
39
- <version >2.1.1</version >
40
- </dependency >
41
- <dependency >
42
- <groupId >commons-io</groupId >
43
- <artifactId >commons-io</artifactId >
44
- <version >2.6</version >
45
- </dependency >
46
- <dependency >
47
- <groupId >org.apache.commons</groupId >
48
- <artifactId >commons-csv</artifactId >
49
- <version >1.7</version >
50
- </dependency >
51
- <dependency >
52
- <groupId >com.github.oshi</groupId >
53
- <artifactId >oshi-core</artifactId >
54
- <version >4.0.0</version >
55
- </dependency >
56
- <dependency >
57
- <!-- To avoid "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
58
- with oshi-core
59
- -->
60
- <groupId >org.slf4j</groupId >
61
- <artifactId >slf4j-simple</artifactId >
62
- <version >1.7.25</version >
63
- </dependency >
64
- </dependencies >
65
-
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 >org.quickperf</groupId >
8
+ <artifactId >maven-test-bench</artifactId >
9
+ <version >1.0-SNAPSHOT</version >
10
+
11
+ <properties >
12
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
+ <maven .compiler.source>1.8</maven .compiler.source>
14
+ <maven .compiler.target>1.8</maven .compiler.target>
15
+ </properties >
16
+
17
+ <dependencies >
18
+ <dependency >
19
+ <groupId >org.apache.maven.shared</groupId >
20
+ <artifactId >maven-verifier</artifactId >
21
+ <version >1.6</version >
22
+ <scope >test</scope >
23
+ </dependency >
24
+ <dependency >
25
+ <groupId >org.quickperf</groupId >
26
+ <artifactId >quick-perf-junit4</artifactId >
27
+ <version >1.0.0-RC4</version >
28
+ <scope >test</scope >
29
+ </dependency >
30
+ <dependency >
31
+ <groupId >junit</groupId >
32
+ <artifactId >junit</artifactId >
33
+ <version >4.12</version >
34
+ <scope >test</scope >
35
+ </dependency >
36
+ <dependency >
37
+ <groupId >net.lingala.zip4j</groupId >
38
+ <artifactId >zip4j</artifactId >
39
+ <version >2.1.1</version >
40
+ </dependency >
41
+ <dependency >
42
+ <groupId >commons-io</groupId >
43
+ <artifactId >commons-io</artifactId >
44
+ <version >2.6</version >
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >org.apache.commons</groupId >
48
+ <artifactId >commons-csv</artifactId >
49
+ <version >1.7</version >
50
+ </dependency >
51
+ <dependency >
52
+ <groupId >com.github.oshi</groupId >
53
+ <artifactId >oshi-core</artifactId >
54
+ <version >4.0.0</version >
55
+ </dependency >
56
+ <dependency >
57
+ <groupId >org.slf4j</groupId >
58
+ <artifactId >slf4j-log4j12</artifactId >
59
+ <version >1.7.28</version >
60
+ <scope >test</scope >
61
+ </dependency >
62
+ </dependencies >
63
+
66
64
</project >
0 commit comments