From e29281d86fbf6f86ca87d825469c1ba6bf36076a Mon Sep 17 00:00:00 2001 From: QilongZhang Date: Sat, 28 Jul 2018 16:38:20 +0800 Subject: [PATCH] Remove sofa dependencies. (#152) * remove sofa dependencies * add sample to ci --- .travis.yml | 5 + pom.xml | 3 - sofaboot-dependencies/pom.xml | 339 ---------------------------------- 3 files changed, 5 insertions(+), 342 deletions(-) delete mode 100644 sofaboot-dependencies/pom.xml diff --git a/.travis.yml b/.travis.yml index 80748ebd2..19040cc49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,11 @@ install: script: - sh ./check_format.sh +- cd ./sofaboot-samples/sofaboot-sample && mvn clean test +- cd ../sofaboot-sample-with-isle && mvn clean test +- cd ../sofaboot-sample-with-isolation && mvn clean test +- cd ../sofaboot-sample-with-rpc && mvn clean test +- cd ../.. after_success: - mvn clean test cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4dbf2a052..1a47e0c08 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ com.alipay.sofa sofaboot-dependencies 2.5.0-SNAPSHOT - ./sofaboot-dependencies/pom.xml 4.0.0 @@ -35,7 +34,6 @@ SOFABoot Runtime - sofaboot-dependencies infra-sofa-boot-starter healthcheck-sofa-boot-starter runtime-sofa-boot-starter @@ -59,7 +57,6 @@ ${user.dir} - diff --git a/sofaboot-dependencies/pom.xml b/sofaboot-dependencies/pom.xml deleted file mode 100644 index 9d823f8cd..000000000 --- a/sofaboot-dependencies/pom.xml +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - - org.springframework.boot - spring-boot-starter-parent - 1.4.2.RELEASE - - 4.0.0 - - com.alipay.sofa - sofaboot-dependencies - 2.5.0-SNAPSHOT - pom - - - 1.7 - UTF-8 - UTF-8 - - 1.4.2.RELEASE - 2.5.0-SNAPSHOT - 0.4.0 - 2.0.0 - 5.4.2 - 2.1.1 - 1.4.1 - - 1.0.12 - 1.4.1 - 3.3.0 - - 1.2.47 - - 1.6.7 - 1.5 - - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - guanchao.ygc - guanchao.ygc@antfin.com - Ant Financial - https://www.alipay.com/ - - - wei.li - lw111072@antfin.com - Ant Financial - https://www.alipay.com/ - - - jie.cao - caojie.cj@alipay.com - Ant Financial - https://www.alipay.com/ - - - - - - scm:git:git://github.com/alipay/sofa-boot.git - scm:git:ssh://github.com/alipay/sofa-boot.git - https://github.com/alipay/sofa-boot/tree/master - - - - - - - - com.alipay.sofa - infra-sofa-boot-starter - ${sofa.boot.version} - - - com.alipay.sofa - healthcheck-sofa-boot-starter - ${sofa.boot.version} - - - com.alipay.sofa - runtime-sofa-boot-starter - ${sofa.boot.version} - - - com.alipay.sofa - test-sofa-boot-starter - ${sofa.boot.version} - - - com.alipay.sofa - isle-sofa-boot-starter - ${sofa.boot.version} - - - com.alipay.sofa - rpc-sofa-boot-starter - ${rpc.starter.version} - - - - - - com.alipay.sofa - sofa-ark-springboot-starter - ${sofa.ark.version} - - - com.alipay.sofa - sofa-ark-spi - ${sofa.ark.version} - - - - - - com.alipay.sofa - runtime-sofa-boot-starter - ark-plugin - ${sofa.boot.version} - - - - com.alipay.sofa - rpc-sofa-boot-starter - ark-plugin - ${rpc.starter.version} - - - - com.alipay.sofa - sofa-jarslink-ark-starter - ark-plugin - ${sofa.jarslink.version} - - - - - - com.alipay.sofa - tracer-sofa-boot-starter - ${sofa.tracer.version} - - - - com.alipay.sofa.lookout - lookout-sofa-boot-starter - ${sofa.lookout.version} - - - com.alipay.sofa.lookout - lookout-reg-server - ${sofa.lookout.version} - - - com.alipay.sofa.lookout - lookout-reg-dropwizard - ${sofa.lookout.version} - - - com.alipay.sofa.lookout - lookout-reg-prometheus - ${sofa.lookout.version} - - - - - com.alipay.sofa.common - sofa-common-tools - ${sofa.common.tools.version} - - - com.alipay.sofa - bolt - ${bolt.version} - - - com.alipay.sofa - hessian - ${hessian.version} - - - - - - com.alibaba - fastjson - ${fastjson.version} - - - - - - - - - - - com.alipay.sofa - sofa-ark-maven-plugin - ${sofa.ark.version} - - - - - - - - release - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${maven.staging.plugin} - true - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven.gpg.pluign} - - - sign-artifacts - verify - - sign - - - - - - - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - snapshot - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${maven.staging.plugin} - true - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven.gpg.pluign} - - - sign-artifacts - verify - - sign - - - - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - - - default - - true - - - - - true - - maven-snapshot - https://oss.sonatype.org/content/repositories/snapshots - - - - - - true - - maven-snapshot - https://oss.sonatype.org/content/repositories/snapshots - - - - - -