Skip to content

Commit

Permalink
Use io.helidon.integrations.db ojdbc integration
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed May 29, 2024
1 parent f351753 commit 3cf2ed9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ docker run --rm --name mysql -p 3306:3306 \
target="src/main/resources/META-INF/init_script.sql"/>
<templates engine="mustache" transformations="mustache,packaged">
<directory>../database/files</directory>
<includes>
<include>src/*/resources/**/serial-config.properties</include>
</includes>
</templates>
<model>
<value key="helidon-test">false</value>
Expand Down Expand Up @@ -363,11 +360,15 @@ For details on an Oracle Docker image, see https://github.com/oracle/docker-imag
</map>
</list>
<list key="dependencies">
<map>
<value key="groupId">io.helidon.integrations.db</value>
<value key="artifactId">ojdbc</value>
<value key="scope">runtime</value>
</map>
<map>
<value key="groupId">com.oracle.database.jdbc</value>
<value key="artifactId">ojdbc8-production</value>
<value key="artifactId">ucp</value>
<value key="scope">runtime</value>
<value key="type">pom</value>
</map>
</list>
<value key="jdbcDataSource">oracle.jdbc.pool.OracleDataSource</value>
Expand Down

This file was deleted.

0 comments on commit 3cf2ed9

Please sign in to comment.