|
1 | 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"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 4 | <modelVersion>4.0.0</modelVersion>
|
6 | 5 | <groupId>com.testdroid</groupId>
|
7 | 6 | <artifactId>image-recognition-library-project-example</artifactId>
|
8 | 7 | <version>2.0-SNAPSHOT</version>
|
9 | 8 | <dependencies>
|
10 |
| - <dependency> |
11 |
| - <groupId>com.testdroid</groupId> |
12 |
| - <artifactId>image-recognition-library</artifactId> |
13 |
| - <version>2.0-SNAPSHOT</version> |
14 |
| - <scope>system</scope> |
15 |
| - <systemPath>${project.basedir}/lib/image_recognition_library_test.jar</systemPath> |
16 |
| - </dependency> |
17 |
| - <!--<dependency> |
18 |
| - <groupId>net.sourceforge.tess4j</groupId> |
19 |
| - <artifactId>tess4j</artifactId> |
20 |
| - <version>3.2.1</version> |
21 |
| - </dependency>--> |
| 9 | + <dependency> |
| 10 | + <groupId>com.testdroid</groupId> |
| 11 | + <artifactId>image-recognition-library</artifactId> |
| 12 | + <version>2.0-SNAPSHOT</version> |
| 13 | + <scope>system</scope> |
| 14 | + <systemPath>${project.basedir}/lib/image_recognition_library_test.jar</systemPath> |
| 15 | + </dependency> |
| 16 | + <!--<dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId> |
| 17 | + <version>3.2.1</version> </dependency> --> |
22 | 18 | <dependency>
|
23 | 19 | <groupId>ch.qos.logback</groupId>
|
24 | 20 | <artifactId>logback-classic</artifactId>
|
|
0 commit comments