You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectors/README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,13 @@ mvn clean package
21
21
22
22
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.
23
23
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`
28
31
29
32
**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
30
33
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