Skip to content

Commit

Permalink
feat(TCOMP-2408): add description in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyin-talend committed Jul 4, 2024
1 parent 63ad550 commit b8f453b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion sample-parent/tck-validator/README.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
= A tck sample Family
# TCK Validator

## Description
This module contains a an official rejector components,
when need to ,
or , it will be able to implement it in this connector and we will capitalize on it.


## Goal
This connector is used for
- demonstrate a new tck function
- generate a specific event for a manual or automatic test
We will implement it in this connector and capitalize on it.
4 changes: 2 additions & 2 deletions sample-parent/tck-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<dependency>
<groupId>org.talend.sdk.component</groupId>
<artifactId>component-api</artifactId>
<version>1.65.0M4-SNAPSHOT</version>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.talend.sdk.component</groupId>
<artifactId>component-runtime-impl</artifactId>
<version>1.65.0M4-SNAPSHOT</version>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b8f453b

Please sign in to comment.