Skip to content
This repository was archived by the owner on Dec 7, 2020. It is now read-only.

Commit a507588

Browse files
author
Severi Haverila
committed
fix pom.xml indentation
1 parent 1d35ba4 commit a507588

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

example/pom.xml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<?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">
54
<modelVersion>4.0.0</modelVersion>
65
<groupId>com.testdroid</groupId>
76
<artifactId>image-recognition-library-project-example</artifactId>
87
<version>2.0-SNAPSHOT</version>
98
<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> -->
2218
<dependency>
2319
<groupId>ch.qos.logback</groupId>
2420
<artifactId>logback-classic</artifactId>

library/pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
<?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">
54
<modelVersion>4.0.0</modelVersion>
65
<groupId>com.testdroid</groupId>
76
<artifactId>image-recognition-library</artifactId>
87
<version>2.0-SNAPSHOT</version>
98
<dependencies>
10-
<!--<dependency>
11-
<groupId>net.sourceforge.tess4j</groupId>
12-
<artifactId>tess4j</artifactId>
13-
<version>3.2.1</version>
14-
</dependency>-->
9+
<!--<dependency> <groupId>net.sourceforge.tess4j</groupId> <artifactId>tess4j</artifactId>
10+
<version>3.2.1</version> </dependency> -->
1511
<dependency>
1612
<groupId>ch.qos.logback</groupId>
1713
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)