Skip to content

Commit c4841ce

Browse files
eliminate warning: fragment/require bundle cannot be found on the classpath
1 parent 714819c commit c4841ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqldev/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
</dependency>
3434
<dependency>
3535
<groupId>oracle</groupId>
36-
<artifactId>javatools-nodeps</artifactId>
37-
<version>13.0.0</version>
36+
<artifactId>oracle.javatools-nodeps</artifactId>
37+
<version>12.2.1</version>
3838
<scope>system</scope>
39-
<systemPath>${sqldev.basedir}/modules/oracle.javatools/javatools-nodeps.jar</systemPath>
39+
<systemPath>${sqldev.basedir}/external/oracle.javatools-nodeps.jar</systemPath>
4040
</dependency>
4141
<dependency>
4242
<groupId>oracle</groupId>

0 commit comments

Comments
 (0)