|
33 | 33 | </dependency>
|
34 | 34 | <dependency>
|
35 | 35 | <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> |
38 | 38 | <scope>system</scope>
|
39 |
| - <systemPath>${sqldev.basedir}/modules/oracle.javatools/javatools-nodeps.jar</systemPath> |
| 39 | + <systemPath>${sqldev.basedir}/external/oracle.javatools-nodeps.jar</systemPath> |
40 | 40 | </dependency>
|
41 | 41 | <dependency>
|
42 | 42 | <groupId>oracle</groupId>
|
|
192 | 192 | <!-- used mainly to access the database via JdbcTemplate -->
|
193 | 193 | <groupId>org.springframework</groupId>
|
194 | 194 | <artifactId>spring-jdbc</artifactId>
|
195 |
| - <version>5.2.6.RELEASE</version> |
| 195 | + <version>5.3.2</version> |
196 | 196 | </dependency>
|
197 | 197 | <dependency>
|
198 | 198 | <!-- transitive reference, but IntelliJ wants to have it explicit (to avoid warnings) -->
|
199 | 199 | <groupId>org.springframework</groupId>
|
200 | 200 | <artifactId>spring-core</artifactId>
|
201 |
| - <version>5.2.6.RELEASE</version> |
| 201 | + <version>5.3.2</version> |
202 | 202 | </dependency>
|
203 | 203 | <dependency>
|
204 | 204 | <!-- used for HtmlUtils.htmlEscape in RunnerPanel -->
|
205 | 205 | <groupId>org.springframework</groupId>
|
206 | 206 | <artifactId>spring-web</artifactId>
|
207 |
| - <version>5.2.6.RELEASE</version> |
| 207 | + <version>5.3.2</version> |
208 | 208 | </dependency>
|
209 | 209 | <dependency>
|
210 | 210 | <!-- optional, for RunGenerator and TestGenerator -->
|
|
222 | 222 | <dependency>
|
223 | 223 | <groupId>org.jetbrains</groupId>
|
224 | 224 | <artifactId>annotations</artifactId>
|
225 |
| - <version>13.0</version> |
| 225 | + <version>20.1.0</version> |
226 | 226 | <scope>compile</scope>
|
227 | 227 | </dependency>
|
228 | 228 | </dependencies>
|
|
430 | 430 | META-INF/extension.xml=target/classes/META-INF/extension.xml
|
431 | 431 | </Include-Resource>
|
432 | 432 | <Export-Package>
|
433 |
| - org.utplsql.sqldev, |
| 433 | + org.utplsql.sqldev.coverage, |
| 434 | + org.utplsql.sqldev.dal, |
| 435 | + org.utplsql.sqldev.exception, |
434 | 436 | org.utplsql.sqldev.menu,
|
| 437 | + org.utplsql.sqldev.model, |
| 438 | + org.utplsql.sqldev.model.oddgen, |
| 439 | + org.utplsql.sqldev.model.parser, |
435 | 440 | org.utplsql.sqldev.model.preference,
|
436 |
| - org.utplsql.sqldev.actions, |
437 |
| - org.utplsql.sqldev.resources |
| 441 | + org.utplsql.sqldev.model.runner, |
| 442 | + org.utplsql.sqldev.model.ut, |
| 443 | + org.utplsql.sqldev.oddgen, |
| 444 | + org.utplsql.sqldev.parser, |
| 445 | + org.utplsql.sqldev.resources, |
| 446 | + org.utplsql.sqldev.runner, |
| 447 | + org.utplsql.sqldev.snippet, |
| 448 | + org.utplsql.sqldev.ui.common, |
| 449 | + org.utplsql.sqldev.ui.coverage, |
| 450 | + org.utplsql.sqldev.ui.preference, |
| 451 | + org.utplsql.sqldev.ui.runner |
438 | 452 | </Export-Package>
|
439 | 453 | <_exportcontents>
|
440 | 454 | org.aspectj.runtime.internal,
|
441 | 455 | org.aspectj.lang,
|
442 | 456 | org.aspectj.runtime,
|
443 |
| - org.aspectj.lang.reflect |
| 457 | + org.aspectj.lang.reflect, |
| 458 | + org.springframework.core.style, |
| 459 | + org.springframework.lang |
444 | 460 | </_exportcontents>
|
445 | 461 | <Require-Bundle>
|
446 | 462 | oracle.javatools,
|
|
0 commit comments