Skip to content

Commit

Permalink
Update docs/modules/databases/oceanbasece.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eddú Meléndez Gonzales <eddu.melendez@gmail.com>
  • Loading branch information
whhe and eddumelendez committed Sep 7, 2023
1 parent ee387fa commit 5f0d3aa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/modules/databases/oceanbasece.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ See [Database containers](./index.md) for documentation and usage that is common
Add the following dependency to your `pom.xml`/`build.gradle` file:

=== "Gradle"
```groovy
testImplementation "org.testcontainers:oceanbase-ce:{{latest_version}}"
```
```groovy
testImplementation "org.testcontainers:oceanbase-ce:{{latest_version}}"
```

=== "Maven"
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oceanbase-ce</artifactId>
<version>{{latest_version}}</version>
<scope>test</scope>
</dependency>
```
```xml
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oceanbase-ce</artifactId>
<version>{{latest_version}}</version>
<scope>test</scope>
</dependency>
```

!!! hint
Adding this Testcontainers library JAR will not automatically add a database driver JAR to your project. You should ensure that your project also has a suitable database driver as a dependency.

0 comments on commit 5f0d3aa

Please sign in to comment.