Skip to content

Commit

Permalink
Fix the test package reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed May 7, 2021
1 parent 19eb781 commit 6073194
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
1 change: 0 additions & 1 deletion docs/collections/_posts/2021-05-07-v1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Thanks to the following users for providing issues:
- Support quartz component
- Support kafka component
- Refactoring component directory
- Support kafka component

#### Netty changes

Expand Down
4 changes: 2 additions & 2 deletions engine/engine-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<artifactId>gcm-common</artifactId>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions engine/engine-presto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<version>${dependency.presto.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions engine/engine-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<version>${dependency.jedis.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
33 changes: 17 additions & 16 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,43 @@

<dependencies>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-configuration</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-configuration</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-mysql</artifactId>
<groupId>io.edurt.gcm.storage</groupId>
<artifactId>gcm-storage-mysql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-clickhouse</artifactId>
<groupId>io.edurt.gcm.engine</groupId>
<artifactId>gcm-engine-clickhouse</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-postgresql</artifactId>
<groupId>io.edurt.gcm.storage</groupId>
<artifactId>gcm-storage-postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-elasticsearch</artifactId>
<groupId>io.edurt.gcm.engine</groupId>
<artifactId>gcm-engine-elasticsearch</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-hive</artifactId>
<groupId>io.edurt.gcm.engine</groupId>
<artifactId>gcm-engine-hive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-zookeeper</artifactId>
<groupId>io.edurt.gcm.engine</groupId>
<artifactId>gcm-engine-zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions framework/framework-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<version>${dependency.log4j.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions storage/storage-derby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions storage/storage-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions storage/storage-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>io.edurt.gcm</groupId>
<artifactId>gcm-test</artifactId>
<groupId>io.edurt.gcm.framework</groupId>
<artifactId>gcm-framework-test</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 6073194

Please sign in to comment.