This repository was archived by the owner on Dec 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 13
13
<scope >system</scope >
14
14
<systemPath >${project.basedir} /lib/image_recognition_library_test.jar</systemPath >
15
15
</dependency >
16
- <!-- <dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId>
17
- <version>3.2.1</version> </dependency> -->
18
16
<dependency >
19
17
<groupId >ch.qos.logback</groupId >
20
18
<artifactId >logback-classic</artifactId >
35
33
<artifactId >slf4j-api</artifactId >
36
34
<version >1.7.4</version >
37
35
</dependency >
38
- <dependency >
39
- <groupId >opencv</groupId >
40
- <artifactId >opencv</artifactId >
41
- <version >2.4.13</version >
42
- </dependency >
43
36
<dependency >
44
37
<groupId >org.json</groupId >
45
38
<artifactId >json</artifactId >
55
48
<plugins >
56
49
<plugin >
57
50
<artifactId >maven-compiler-plugin</artifactId >
58
- <version >3.1 </version >
51
+ <version >3.6.0 </version >
59
52
<configuration >
60
53
<source >1.7</source >
61
54
<target >1.7</target >
64
57
<plugin >
65
58
<groupId >org.apache.maven.plugins</groupId >
66
59
<artifactId >maven-surefire-plugin</artifactId >
67
- <version >2.10 </version >
60
+ <version >2.19.1 </version >
68
61
<configuration >
69
62
<reportsDirectory >${project.build.directory} /reports/junit</reportsDirectory >
70
63
</configuration >
Original file line number Diff line number Diff line change 18
18
<artifactId >java-client</artifactId >
19
19
<version >4.1.2</version >
20
20
</dependency >
21
- <dependency >
22
- <groupId >com.testdroid</groupId >
23
- <artifactId >testdroid-api</artifactId >
24
- <version >2.0</version >
25
- </dependency >
26
21
<dependency >
27
22
<groupId >org.slf4j</groupId >
28
23
<artifactId >slf4j-api</artifactId >
48
43
<plugins >
49
44
<plugin >
50
45
<artifactId >maven-compiler-plugin</artifactId >
51
- <version >3.1 </version >
46
+ <version >3.6.0 </version >
52
47
<configuration >
53
48
<source >1.7</source >
54
49
<target >1.7</target >
57
52
<plugin >
58
53
<groupId >org.apache.maven.plugins</groupId >
59
54
<artifactId >maven-surefire-plugin</artifactId >
60
- <version >2.10 </version >
55
+ <version >2.19.1 </version >
61
56
<configuration >
62
57
<reportsDirectory >${project.build.directory} /reports/junit</reportsDirectory >
63
58
</configuration >
64
59
</plugin >
60
+ <plugin >
61
+ <groupId >org.apache.maven.plugins</groupId >
62
+ <artifactId >maven-shade-plugin</artifactId >
63
+ <version >2.3</version >
64
+ <executions >
65
+ <!-- Run shade goal on package phase -->
66
+ <execution >
67
+ <phase >package</phase >
68
+ <goals >
69
+ <goal >shade</goal >
70
+ </goals >
71
+ </execution >
72
+ </executions >
73
+ </plugin >
65
74
</plugins >
66
75
</build >
67
76
</project >
You can’t perform that action at this time.
0 commit comments