|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | | - <parent> |
| 6 | + <parent> |
7 | 7 | <groupId>io.admin-shell.aas</groupId> |
8 | 8 | <artifactId>dataformat-parent</artifactId> |
9 | 9 | <version>${revision}</version> |
10 | 10 | </parent> |
11 | 11 | <artifactId>dataformat-aasx</artifactId> |
12 | | - <dependencies> |
| 12 | + <dependencies> |
13 | 13 | <dependency> |
14 | 14 | <groupId>io.admin-shell.aas</groupId> |
15 | 15 | <artifactId>dataformat-xml</artifactId> |
16 | 16 | <version>${revision}</version> |
17 | 17 | <scope>compile</scope> |
18 | 18 | </dependency> |
19 | | - <dependency> |
| 19 | + <dependency> |
20 | 20 | <groupId>io.admin-shell.aas</groupId> |
21 | 21 | <artifactId>model</artifactId> |
22 | 22 | <version>${revision}</version> |
23 | 23 | <scope>compile</scope> |
24 | 24 | </dependency> |
25 | | - <dependency> |
26 | | - <groupId>org.apache.poi</groupId> |
27 | | - <artifactId>poi-ooxml</artifactId> |
28 | | - <version>${poi.version}</version> |
29 | | - </dependency> |
| 25 | + <dependency> |
| 26 | + <groupId>org.apache.poi</groupId> |
| 27 | + <artifactId>poi-ooxml</artifactId> |
| 28 | + <version>${poi.version}</version> |
| 29 | + </dependency> |
30 | 30 | <dependency> |
31 | 31 | <groupId>org.slf4j</groupId> |
32 | 32 | <artifactId>slf4j-api</artifactId> |
33 | 33 | <version>${slf4j.version}</version> |
34 | 34 | </dependency> |
35 | | - <dependency> |
| 35 | + <dependency> |
36 | 36 | <groupId>junit</groupId> |
37 | 37 | <artifactId>junit</artifactId> |
38 | 38 | <version>${junit.version}</version> |
|
44 | 44 | <version>${junit-params.version}</version> |
45 | 45 | <scope>test</scope> |
46 | 46 | </dependency> |
47 | | - <dependency> |
48 | | - <groupId>commons-io</groupId> |
49 | | - <artifactId>commons-io</artifactId> |
50 | | - <version>${commons-io.version}</version> |
51 | | - </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>commons-io</groupId> |
| 49 | + <artifactId>commons-io</artifactId> |
| 50 | + <version>${commons-io.version}</version> |
| 51 | + </dependency> |
52 | 52 | </dependencies> |
53 | 53 | <build> |
54 | 54 | <plugins> |
|
60 | 60 | <target>11</target> |
61 | 61 | </configuration> |
62 | 62 | </plugin> |
63 | | - <plugin> |
| 63 | + <plugin> |
64 | 64 | <groupId>org.codehaus.mojo</groupId> |
65 | 65 | <artifactId>flatten-maven-plugin</artifactId> |
66 | 66 | <version>1.2.2</version> |
|
0 commit comments