Skip to content

Commit 0fb27b5

Browse files
committed
Remove modules now living in Spring Boot
The following modules have been removed from this project as they are now living in Spring Boot: - spring-grpc-spring-boot-autoconfiguration - spring-grpc-test - spring-grpc-*-spring-boot-starter Also the samples and spring-grpc-docs are temporarily disabled until Spring Boot is available with the replacements. Signed-off-by: onobc <chris.bono@gmail.com>
1 parent 4bfb525 commit 0fb27b5

File tree

81 files changed

+2
-8537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2
-8537
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@
1515

1616
<modules>
1717
<module>spring-grpc-build-dependencies</module>
18-
<module>spring-grpc-docs</module>
18+
<!-- <module>spring-grpc-docs</module>-->
1919
<module>spring-grpc-dependencies</module>
2020
<module>spring-grpc-core</module>
21-
<module>spring-grpc-test</module>
22-
<module>spring-grpc-spring-boot-autoconfigure</module>
23-
<module>spring-grpc-spring-boot-starter</module>
24-
<module>spring-grpc-client-spring-boot-starter</module>
25-
<module>spring-grpc-server-spring-boot-starter</module>
26-
<module>spring-grpc-server-web-spring-boot-starter</module>
27-
<module>samples</module>
21+
<!-- <module>samples</module>-->
2822
</modules>
2923

3024
<organization>

spring-grpc-client-spring-boot-starter/pom.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.

spring-grpc-dependencies/pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -65,36 +65,6 @@
6565
<artifactId>spring-grpc-core</artifactId>
6666
<version>${project.version}</version>
6767
</dependency>
68-
<dependency>
69-
<groupId>org.springframework.grpc</groupId>
70-
<artifactId>spring-grpc-spring-boot-autoconfigure</artifactId>
71-
<version>${project.version}</version>
72-
</dependency>
73-
<dependency>
74-
<groupId>org.springframework.grpc</groupId>
75-
<artifactId>spring-grpc-spring-boot-starter</artifactId>
76-
<version>${project.version}</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>org.springframework.grpc</groupId>
80-
<artifactId>spring-grpc-client-spring-boot-starter</artifactId>
81-
<version>${project.version}</version>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.springframework.grpc</groupId>
85-
<artifactId>spring-grpc-server-spring-boot-starter</artifactId>
86-
<version>${project.version}</version>
87-
</dependency>
88-
<dependency>
89-
<groupId>org.springframework.grpc</groupId>
90-
<artifactId>spring-grpc-server-web-spring-boot-starter</artifactId>
91-
<version>${project.version}</version>
92-
</dependency>
93-
<dependency>
94-
<groupId>org.springframework.grpc</groupId>
95-
<artifactId>spring-grpc-test</artifactId>
96-
<version>${project.version}</version>
97-
</dependency>
9868
<dependency>
9969
<groupId>io.grpc</groupId>
10070
<artifactId>grpc-bom</artifactId>

spring-grpc-server-spring-boot-starter/pom.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

spring-grpc-server-web-spring-boot-starter/pom.xml

Lines changed: 0 additions & 32 deletions
This file was deleted.

spring-grpc-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)