This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new bc6aaa7  Clean up the pack-test pom.xml
bc6aaa7 is described below

commit bc6aaa7530f97a347d0911051794fab93f8b8edf
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Tue Aug 7 18:33:16 2018 +0800

    Clean up the pack-test pom.xml
---
 integration-tests/pack-tests/pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/integration-tests/pack-tests/pom.xml 
b/integration-tests/pack-tests/pom.xml
index fe23dec..dcb3678 100644
--- a/integration-tests/pack-tests/pom.xml
+++ b/integration-tests/pack-tests/pom.xml
@@ -132,21 +132,8 @@
     <profile>
       <id>spring-boot-2</id>
       <properties>
-        <spring.boot.version>2.0.0.RELEASE</spring.boot.version>
+        <spring.boot.version>${spring.boot2.version}</spring.boot.version>
       </properties>
-      <!-- Need to add the dependency of log4j2 core -->
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.logging.log4j</groupId>
-          <artifactId>log4j-core</artifactId>
-          <version>2.6.2</version>
-        </dependency>
-        <dependency>
-          <groupId>com.lmax</groupId>
-          <artifactId>disruptor</artifactId>
-          <version>3.3.7</version>
-        </dependency>
-      </dependencies>
     </profile>
     <profile>
       <id>docker</id>

Reply via email to