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

Commit e929926

Browse files
committed
Merge branch 'admin-shell/main'
2 parents 881a667 + c17800c commit e929926

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<groupId>io.admin-shell.aas</groupId>
77
<artifactId>dataformat-parent</artifactId>
88
<version>${revision}</version>
9+
<build>
10+
<plugins>
11+
<plugin>
12+
<groupId>org.apache.maven.plugins</groupId>
13+
<artifactId>maven-project-info-reports-plugin</artifactId>
14+
<version>3.1.2</version>
15+
</plugin>
16+
</plugins>
17+
</build>
918
<packaging>pom</packaging>
1019
<modules>
1120
<module>dataformat-aasx</module>
@@ -33,5 +42,9 @@
3342
<slf4j.version>1.7.31</slf4j.version>
3443
<xmlunit.version>2.8.2</xmlunit.version>
3544
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
45+
<commons-codec.version>1.15</commons-codec.version>
46+
<commons-io.version>2.6</commons-io.version>
47+
<shacl.version>1.3.2</shacl.version>
48+
<commons-lang3.version>3.8.1</commons-lang3.version>
3649
</properties>
3750
</project>

0 commit comments

Comments
 (0)