Skip to content

Commit 7b065c1

Browse files
authored
Merge pull request #34 from linny0608/updateReadme
Update readme
2 parents 3313d54 + c66088f commit 7b065c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

connectors/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ mvn clean package
2121

2222
You will need to grab the following jar files from the \target\libs directory after performing the build command above and place them into Kafka's libs directory.
2323

24-
- ojdbc8-21.5.0.0.jar
25-
- oraclepki-21.5.0.0.jar
26-
- osdt_core-21.5.0.0.jar
27-
- osdt_cert-21.5.0.0.jar
24+
* `ojdbc8-<version>.jar`
25+
* `oraclepki-<version>.jar`
26+
* `osdt_core-<version>.jar`
27+
* `osdt_cert-<version>.jar`
28+
* `aqapi-<version>.jar`
29+
* `javax.jms-api-<version>.jar`
30+
* `jta-<version>.jar`
2831

2932
**Note:** The TxEventQ Connector jar file can be downloaded from this [maven repository](https://mvnrepository.com/artifact/com.oracle.database.messaging/txeventq-connector) if you don't want
3033
to build the jar. You will still need to get the additional jar files mentioned above and place in the required location.

0 commit comments

Comments
 (0)