Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 7407448

Browse files
committed
removed unused dependencies
1 parent 3e9508a commit 7407448

2 files changed

Lines changed: 15 additions & 20 deletions

File tree

dataformat-aasx/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,36 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<parent>
6+
<parent>
77
<groupId>io.admin-shell.aas</groupId>
88
<artifactId>dataformat-parent</artifactId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>dataformat-aasx</artifactId>
12-
<dependencies>
12+
<dependencies>
1313
<dependency>
1414
<groupId>io.admin-shell.aas</groupId>
1515
<artifactId>dataformat-xml</artifactId>
1616
<version>${revision}</version>
1717
<scope>compile</scope>
1818
</dependency>
19-
<dependency>
19+
<dependency>
2020
<groupId>io.admin-shell.aas</groupId>
2121
<artifactId>model</artifactId>
2222
<version>${revision}</version>
2323
<scope>compile</scope>
2424
</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>
3030
<dependency>
3131
<groupId>org.slf4j</groupId>
3232
<artifactId>slf4j-api</artifactId>
3333
<version>${slf4j.version}</version>
3434
</dependency>
35-
<dependency>
35+
<dependency>
3636
<groupId>junit</groupId>
3737
<artifactId>junit</artifactId>
3838
<version>${junit.version}</version>
@@ -44,11 +44,11 @@
4444
<version>${junit-params.version}</version>
4545
<scope>test</scope>
4646
</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>
5252
</dependencies>
5353
<build>
5454
<plugins>
@@ -60,7 +60,7 @@
6060
<target>11</target>
6161
</configuration>
6262
</plugin>
63-
<plugin>
63+
<plugin>
6464
<groupId>org.codehaus.mojo</groupId>
6565
<artifactId>flatten-maven-plugin</artifactId>
6666
<version>1.2.2</version>

dataformat-xml/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
<artifactId>jackson-dataformat-xml</artifactId>
3838
<version>${jackson.version}</version>
3939
</dependency>
40-
<dependency>
41-
<groupId>org.codehaus.woodstox</groupId>
42-
<artifactId>woodstox-core-asl</artifactId>
43-
<version>${woodstox-core-asl.version}</version>
44-
</dependency>
4540
<dependency>
4641
<groupId>org.slf4j</groupId>
4742
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)