Skip to content

Commit

Permalink
Remove sofa dependencies. (#152)
Browse files Browse the repository at this point in the history
* remove sofa dependencies

* add sample to ci
  • Loading branch information
QilongZhang authored and straybirdzls committed Jul 28, 2018
1 parent 2683658 commit e29281d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 342 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.5.0-SNAPSHOT</version>
<relativePath>./sofaboot-dependencies/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -35,7 +34,6 @@
<description>SOFABoot Runtime</description>

<modules>
<module>sofaboot-dependencies</module>
<module>infra-sofa-boot-starter</module>
<module>healthcheck-sofa-boot-starter</module>
<module>runtime-sofa-boot-starter</module>
Expand All @@ -59,7 +57,6 @@
<main.user.dir>${user.dir}</main.user.dir>
</properties>


<build>
<plugins>
<plugin>
Expand Down
339 changes: 0 additions & 339 deletions sofaboot-dependencies/pom.xml

This file was deleted.

0 comments on commit e29281d

Please sign in to comment.