Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions common-javassist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb</groupId>
<artifactId>paas-cse</artifactId>
<artifactId>java-chassis-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>cse-common-javassist</artifactId>
<artifactId>common-javassist</artifactId>
<dependencies>
<dependency>
<groupId>org.javassist</groupId>
Expand Down
8 changes: 4 additions & 4 deletions common-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb</groupId>
<artifactId>paas-cse</artifactId>
<artifactId>java-chassis-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>cse-common-protobuf</artifactId>
<artifactId>common-protobuf</artifactId>
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-core</artifactId>
<artifactId>java-chassis-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
Expand All @@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-common-javassist</artifactId>
<artifactId>common-javassist</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb</groupId>
<artifactId>paas-cse</artifactId>
<artifactId>java-chassis-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>cse-common-rest</artifactId>
<artifactId>common-rest</artifactId>

<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-core</artifactId>
<artifactId>java-chassis-core</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb</groupId>
<artifactId>paas-cse</artifactId>
<artifactId>java-chassis-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>cse-core</artifactId>
<artifactId>java-chassis-core</artifactId>
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-serviceregistry</artifactId>
<artifactId>service-registry</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-crossapp/crossapp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-pojo</artifactId>
<artifactId>provider-pojo</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-springmvc</artifactId>
<artifactId>provider-springmvc</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-pojo</artifactId>
<artifactId>provider-pojo</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-crossapp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-jaxrs/jaxrs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-jaxrs</artifactId>
<artifactId>provider-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-springmvc</artifactId>
<artifactId>provider-springmvc</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-jaxrs/jaxrs-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-jaxrs</artifactId>
<artifactId>provider-jaxrs</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-local</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-perf-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-perf-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-pojo/pojo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-pojo</artifactId>
<artifactId>provider-pojo</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-pojo/pojo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-pojo</artifactId>
<artifactId>provider-pojo</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-pojo</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions demo/demo-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-schema</artifactId>

<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-handler-bizkeeper</artifactId>
<artifactId>handler-bizkeeper</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-handler-loadbalance</artifactId>
<artifactId>handler-loadbalance</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-transport-highway</artifactId>
<artifactId>transport-highway</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-transport-grpc</artifactId>
<artifactId>transport-grpc</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-transport-rest-vertx</artifactId>
<artifactId>transport-rest-vertx</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-handler-flowcontrol-qps</artifactId>
<artifactId>handler-flowcontrol-qps</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
Expand Down
6 changes: 3 additions & 3 deletions demo/demo-server-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-server-servlet</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-transport-rest-servlet</artifactId>
<artifactId>transport-rest-servlet</artifactId>
</dependency>

<dependency>
Expand All @@ -39,7 +39,7 @@
<exclusions>
<exclusion>
<groupId>io.servicecomb</groupId>
<artifactId>cse-transport-rest-vertx</artifactId>
<artifactId>transport-rest-vertx</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions demo/demo-spring-boot-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-spring-boot-discovery</artifactId>
Expand All @@ -36,7 +36,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-spring-boot-starter-discovery</artifactId>
<artifactId>spring-boot-starter-discovery</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-dependency</artifactId>
<artifactId>java-chassis-dependency</artifactId>
<version>${servicecomb.version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down
8 changes: 4 additions & 4 deletions demo/demo-spring-boot-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-spring-boot-transport</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-dependency</artifactId>
<artifactId>java-chassis-dependency</artifactId>
<version>${servicecomb.version}</version>
<type>pom</type>
<scope>import</scope>
Expand All @@ -56,11 +56,11 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-spring-boot-starter-transport</artifactId>
<artifactId>spring-boot-starter-transport</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-spring-boot-starter-configuration</artifactId>
<artifactId>spring-boot-starter-configuration</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions demo/demo-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-spring-boot</artifactId>
Expand All @@ -42,7 +42,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-dependency</artifactId>
<artifactId>java-chassis-dependency</artifactId>
<version>${servicecomb.version}</version>
<type>pom</type>
<scope>import</scope>
Expand All @@ -60,7 +60,7 @@
<dependencies>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-spring-boot-starter-provider</artifactId>
<artifactId>spring-boot-starter-provider</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.servicecomb.demo</groupId>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<artifactId>demo-springmvc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-springmvc/springmvc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-springmvc</artifactId>
<artifactId>provider-springmvc</artifactId>
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-pojo</artifactId>
<artifactId>provider-pojo</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/demo-springmvc/springmvc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>cse-provider-springmvc</artifactId>
<artifactId>provider-springmvc</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/docker-build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<groupId>io.servicecomb.demo</groupId>
<version>0.1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion demo/docker-run-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>cse-demo</artifactId>
<artifactId>demo-parent</artifactId>
<groupId>io.servicecomb.demo</groupId>
<version>0.1.0-SNAPSHOT</version>
</parent>
Expand Down
Loading