Skip to content

Commit 9c42e53

Browse files
committed
Address review comments
1 parent 1491f2d commit 9c42e53

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

temporal-workflowcheck/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,6 @@ This software is beta quality. We are gathering feedback before considering it s
2828
The all-in-one JAR is best for running manually. Either download the latest version `-all.jar` from
2929
https://repo1.maven.org/maven2/io/temporal/temporal-workflowcheck or build via `gradlew :temporal-workflowcheck:build` then obtain `-all.jar` in `temporal-workflowcheck/build/libs`.
3030

31-
32-
Add `temporal-workflowcheck` as a dependency to your `pom.xml`:
33-
```xml
34-
<dependency>
35-
<groupId>io.temporal</groupId>
36-
<artifactId>temporal-workflowcheck</artifactId>
37-
<version>N.N.N</version>
38-
<classifier>all</classifier>
39-
</dependency>
40-
```
41-
42-
or to build.gradle:
43-
```
44-
compileOnly("io.temporal:temporal-workflowcheck:N.N.N:all")
45-
```
46-
4731
Simply running the following will show help text:
4832

4933
java -jar path/to/temporal-workflowcheck-<version>-all.jar --help

0 commit comments

Comments
 (0)