Skip to content

Commit f295196

Browse files
author
Shaohui Liu
committed
ZStack build failed for missing org.zstack:log4j2 dependency
1 parent 44035db commit f295196

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,11 @@
462462
<artifactId>zbox</artifactId>
463463
<version>${project.version}</version>
464464
</dependency>
465+
<dependency>
466+
<groupId>org.zstack</groupId>
467+
<artifactId>log4j2</artifactId>
468+
<version>${project.version}</version>
469+
</dependency>
465470
</dependencies>
466471
</profile>
467472
</profiles>
@@ -627,11 +632,6 @@
627632
<artifactId>nfsPrimaryStorage</artifactId>
628633
<version>${project.version}</version>
629634
</dependency>
630-
<dependency>
631-
<groupId>org.zstack</groupId>
632-
<artifactId>log4j2</artifactId>
633-
<version>${project.version}</version>
634-
</dependency>
635635
<dependency>
636636
<groupId>org.zstack</groupId>
637637
<artifactId>portForwarding</artifactId>

0 commit comments

Comments
 (0)