File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
<!-- The Basics -->
6
6
<groupId >org.utplsql</groupId >
7
7
<artifactId >org.utplsql.sqldev</artifactId >
8
- <version >0.4.1 -SNAPSHOT</version >
8
+ <version >0.5.0 -SNAPSHOT</version >
9
9
<packaging >bundle</packaging >
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
95
95
<scope >system</scope >
96
96
<systemPath >${sqldev.basedir} /sqldeveloper/extensions/oracle.sqldeveloper.jar</systemPath >
97
97
</dependency >
98
+ <dependency >
99
+ <groupId >oracle</groupId >
100
+ <artifactId >oracle.sqldeveloper.utils</artifactId >
101
+ <version >12.2.0</version >
102
+ <scope >system</scope >
103
+ <systemPath >${sqldev.basedir} /sqldeveloper/extensions/oracle.sqldeveloper.utils.jar</systemPath >
104
+ </dependency >
98
105
<dependency >
99
106
<groupId >oracle</groupId >
100
107
<artifactId >oracle.sqldeveloper.worksheet</artifactId >
417
424
oracle.ide,
418
425
oracle.ide.db,
419
426
oracle.sqldeveloper,
427
+ oracle.sqldeveloper.utils,
420
428
oracle.sqldeveloper.worksheet,
421
429
oracle.uic
422
430
</Require-Bundle >
You can’t perform that action at this time.
0 commit comments