Skip to content

Commit

Permalink
Polish apache#554 : To change the Dependencies of dubbo to be direct
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jul 18, 2019
1 parent 33b8ed8 commit 24ff965
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 74 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>2.7.2</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
</dependencies>
```

Expand Down
5 changes: 0 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>2.7.2</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
</dependencies>
```

Expand Down
7 changes: 0 additions & 7 deletions dubbo-spring-boot-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
<version>${revision}</version>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<optional>true</optional>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
7 changes: 0 additions & 7 deletions dubbo-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
<optional>true</optional>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<optional>true</optional>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
7 changes: 0 additions & 7 deletions dubbo-spring-boot-compatible/actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@
<version>${revision}</version>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<optional>true</optional>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
1 change: 0 additions & 1 deletion dubbo-spring-boot-compatible/autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<optional>true</optional>
</dependency>

<!-- Test Dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
<version>${revision}</version>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<!-- Dubbo Registry Nacos -->
<dependency>
<groupId>org.apache.dubbo</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
<version>${revision}</version>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<!-- Dubbo Registry Nacos -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<version>${revision}</version>
</dependency>

<!-- Dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dubbo.samples</groupId>
<artifactId>dubbo-spring-boot-sample-api</artifactId>
Expand Down

0 comments on commit 24ff965

Please sign in to comment.