File tree Expand file tree Collapse file tree
integrations/langchain4j/providers/oracle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 <dependency >
6363 <groupId >dev.langchain4j</groupId >
6464 <artifactId >langchain4j-oracle</artifactId >
65+ <exclusions >
66+ <exclusion >
67+ <groupId >com.oracle.database.jdbc</groupId >
68+ <artifactId >ojdbc8</artifactId >
69+ </exclusion >
70+ </exclusions >
71+ </dependency >
72+ <dependency >
73+ <groupId >io.helidon.integrations.db</groupId >
74+ <artifactId >ojdbc</artifactId >
6575 </dependency >
6676 <dependency >
6777 <groupId >io.helidon.common.features</groupId >
194204 <ignoredDependencies >
195205 <ignoredDependency >dev.langchain4j:langchain4j-core</ignoredDependency >
196206 </ignoredDependencies >
207+ <!-- This is an intentional transitive dependency not used by this module. -->
208+ <ignoredUnusedDeclaredDependencies >io.helidon.integrations.db:ojdbc::</ignoredUnusedDeclaredDependencies >
197209 </configuration >
198210 </execution >
199211 </executions >
You can’t perform that action at this time.
0 commit comments