Skip to content

Commit 5f0d3aa

Browse files
whheeddumelendez
andauthored
Update docs/modules/databases/oceanbasece.md
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent ee387fa commit 5f0d3aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/modules/databases/oceanbasece.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ See [Database containers](./index.md) for documentation and usage that is common
77
Add the following dependency to your `pom.xml`/`build.gradle` file:
88

99
=== "Gradle"
10-
```groovy
11-
testImplementation "org.testcontainers:oceanbase-ce:{{latest_version}}"
12-
```
10+
```groovy
11+
testImplementation "org.testcontainers:oceanbase-ce:{{latest_version}}"
12+
```
1313

1414
=== "Maven"
15-
```xml
16-
<dependency>
17-
<groupId>org.testcontainers</groupId>
18-
<artifactId>oceanbase-ce</artifactId>
19-
<version>{{latest_version}}</version>
20-
<scope>test</scope>
21-
</dependency>
22-
```
15+
```xml
16+
<dependency>
17+
<groupId>org.testcontainers</groupId>
18+
<artifactId>oceanbase-ce</artifactId>
19+
<version>{{latest_version}}</version>
20+
<scope>test</scope>
21+
</dependency>
22+
```
2323

2424
!!! hint
2525
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 commit comments

Comments
 (0)