Skip to content

Commit

Permalink
[Dubbo-2864] Fix build failed with -Prelease (#2923)
Browse files Browse the repository at this point in the history
fixes #2864
  • Loading branch information
biyuhao authored and beiwei30 committed Dec 11, 2018
1 parent e508ad4 commit a03d487
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@
</profile>
<profile>
<id>release</id>
<properties>
<log4j2_version>2.11.1</log4j2_version>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -289,6 +292,18 @@
</goals>
<configuration>
<doclint>none</doclint>
<additionalDependencies>
<additionalDependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2_version}</version>
</additionalDependency>
<additionalDependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2_version}</version>
</additionalDependency>
</additionalDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a03d487

Please sign in to comment.