Skip to content

Commit 546a05b

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,12 @@
461461
<groupId>org.zstack</groupId>
462462
<artifactId>zbox</artifactId>
463463
<version>${project.version}</version>
464-
</dependency>
464+
</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)