|
16 | 16 | <final.name>utplsql_for_SQLDev_${project.version}</final.name> |
17 | 17 | </properties> |
18 | 18 | <dependencies> |
19 | | - <!-- SQL Developer specific dependencies part 1 (not available in public maven repositories) --> |
| 19 | + <!-- SQL Developer specific dependencies part 1 (not available in public Maven repositories) --> |
| 20 | + <!-- Versions of scope system are based on SQL Developer 19.4.0. --> |
| 21 | + <!-- The actual version is not that important, since the these libraries are provided. --> |
| 22 | + <!-- Therefore it is not planned to update them with every change of sqldev.basedir. --> |
20 | 23 | <dependency> |
21 | 24 | <groupId>oracle</groupId> |
22 | 25 | <artifactId>idert</artifactId> |
23 | | - <version>12.2.0</version> |
| 26 | + <version>13.0.0</version> |
24 | 27 | <scope>system</scope> |
25 | 28 | <systemPath>${sqldev.basedir}/ide/lib/idert.jar</systemPath> |
26 | 29 | </dependency> |
27 | 30 | <dependency> |
28 | 31 | <groupId>oracle</groupId> |
29 | 32 | <artifactId>javatools-nodeps</artifactId> |
30 | | - <version>12.2.0</version> |
| 33 | + <version>13.0.0</version> |
31 | 34 | <scope>system</scope> |
32 | 35 | <systemPath>${sqldev.basedir}/modules/oracle.javatools/javatools-nodeps.jar</systemPath> |
33 | 36 | </dependency> |
34 | 37 | <dependency> |
35 | 38 | <groupId>oracle</groupId> |
36 | 39 | <artifactId>javatools</artifactId> |
37 | | - <version>12.2.0</version> |
| 40 | + <version>13.0.0</version> |
38 | 41 | <scope>system</scope> |
39 | 42 | <systemPath>${sqldev.basedir}/ide/lib/javatools.jar</systemPath> |
40 | 43 | </dependency> |
41 | 44 | <dependency> |
42 | 45 | <groupId>oracle</groupId> |
43 | 46 | <artifactId>oracle.ide.ceditor</artifactId> |
44 | | - <version>12.2.0</version> |
| 47 | + <version>13.0.0</version> |
45 | 48 | <scope>system</scope> |
46 | 49 | <systemPath>${sqldev.basedir}/ide/extensions/oracle.ide.ceditor.jar</systemPath> |
47 | 50 | </dependency> |
48 | 51 | <dependency> |
49 | 52 | <groupId>oracle</groupId> |
50 | 53 | <artifactId>oracle.ide</artifactId> |
51 | | - <version>12.2.0</version> |
| 54 | + <version>13.0.0</version> |
52 | 55 | <scope>system</scope> |
53 | 56 | <systemPath>${sqldev.basedir}/ide/extensions/oracle.ide.jar</systemPath> |
54 | 57 | </dependency> |
55 | 58 | <dependency> |
56 | 59 | <groupId>oracle</groupId> |
57 | 60 | <artifactId>uic</artifactId> |
58 | | - <version>12.2.2</version> |
| 61 | + <version>13.0.0</version> |
59 | 62 | <scope>system</scope> |
60 | 63 | <systemPath>${sqldev.basedir}/ide/lib/uic.jar</systemPath> |
61 | 64 | </dependency> |
62 | 65 | <dependency> |
63 | 66 | <groupId>oracle</groupId> |
64 | 67 | <artifactId>oracle.ide.navigator</artifactId> |
65 | | - <version>12.2.0</version> |
| 68 | + <version>13.0.0</version> |
66 | 69 | <scope>system</scope> |
67 | 70 | <systemPath>${sqldev.basedir}/ide/extensions/oracle.ide.navigator.jar</systemPath> |
68 | 71 | </dependency> |
69 | 72 | <dependency> |
70 | 73 | <groupId>oracle</groupId> |
71 | 74 | <artifactId>javax-ide</artifactId> |
72 | | - <version>12.2.0</version> |
| 75 | + <version>13.0.0</version> |
73 | 76 | <scope>system</scope> |
74 | 77 | <systemPath>${sqldev.basedir}/ide/lib/javax-ide.jar</systemPath> |
75 | 78 | </dependency> |
76 | 79 | <dependency> |
77 | 80 | <groupId>oracle</groupId> |
78 | 81 | <artifactId>oracle.dbtools-common</artifactId> |
79 | | - <version>12.2.0</version> |
| 82 | + <version>19.4.0</version> |
80 | 83 | <scope>system</scope> |
81 | 84 | <systemPath>${sqldev.basedir}/sqldeveloper/lib/dbtools-common.jar</systemPath> |
82 | 85 | </dependency> |
83 | 86 | <dependency> |
84 | 87 | <groupId>oracle</groupId> |
85 | 88 | <artifactId>oracle.sqldeveloper</artifactId> |
86 | | - <version>12.2.0</version> |
| 89 | + <version>19.3.0</version> |
87 | 90 | <scope>system</scope> |
88 | 91 | <systemPath>${sqldev.basedir}/sqldeveloper/extensions/oracle.sqldeveloper.jar</systemPath> |
89 | 92 | </dependency> |
90 | 93 | <dependency> |
91 | 94 | <groupId>oracle</groupId> |
92 | 95 | <artifactId>oracle.sqldeveloper.utils</artifactId> |
93 | | - <version>12.2.0</version> |
| 96 | + <version>19.3.0</version> |
94 | 97 | <scope>system</scope> |
95 | 98 | <systemPath>${sqldev.basedir}/sqldeveloper/extensions/oracle.sqldeveloper.utils.jar</systemPath> |
96 | 99 | </dependency> |
97 | 100 | <dependency> |
98 | 101 | <groupId>oracle</groupId> |
99 | 102 | <artifactId>oracle.sqldeveloper.worksheet</artifactId> |
100 | | - <version>12.2.0</version> |
| 103 | + <version>19.3.0</version> |
101 | 104 | <scope>system</scope> |
102 | 105 | <systemPath>${sqldev.basedir}/sqldeveloper/extensions/oracle.sqldeveloper.worksheet.jar</systemPath> |
103 | 106 | </dependency> |
104 | 107 | <dependency> |
105 | 108 | <groupId>oracle</groupId> |
106 | 109 | <artifactId>ojdbc8</artifactId> |
107 | | - <version>12.2.0.1.0</version> |
| 110 | + <version>19.3.0</version> |
108 | 111 | <scope>system</scope> |
109 | 112 | <systemPath>${sqldev.basedir}/jdbc/lib/ojdbc8.jar</systemPath> |
110 | 113 | </dependency> |
111 | 114 | <dependency> |
112 | 115 | <groupId>oracle</groupId> |
113 | 116 | <artifactId>dbapi</artifactId> |
114 | | - <version>12.2.1</version> |
| 117 | + <version>19.3.0</version> |
115 | 118 | <scope>system</scope> |
116 | 119 | <systemPath>${sqldev.basedir}/ide/lib/dbapi.jar</systemPath> |
117 | 120 | </dependency> |
118 | 121 | <dependency> |
119 | 122 | <groupId>oracle</groupId> |
120 | 123 | <artifactId>oracle.ide.db</artifactId> |
121 | | - <version>12.2.1</version> |
| 124 | + <version>19.3.0</version> |
122 | 125 | <scope>system</scope> |
123 | 126 | <systemPath>${sqldev.basedir}/ide/extensions/oracle.ide.db.jar</systemPath> |
124 | 127 | </dependency> |
125 | 128 | <dependency> |
126 | 129 | <groupId>oracle</groupId> |
127 | 130 | <artifactId>oracle.jdeveloper.db.connection</artifactId> |
128 | | - <version>12.2.1</version> |
| 131 | + <version>19.3.0</version> |
129 | 132 | <scope>system</scope> |
130 | 133 | <systemPath>${sqldev.basedir}/jdev/extensions/oracle.jdeveloper.db.connection.jar</systemPath> |
131 | 134 | </dependency> |
132 | 135 | <dependency> |
133 | 136 | <groupId>oracle</groupId> |
134 | 137 | <artifactId>oracle.jdeveloper.java.core.jar</artifactId> |
135 | | - <version>12.2.1</version> |
| 138 | + <version>13.0.0</version> |
136 | 139 | <scope>system</scope> |
137 | 140 | <systemPath>${sqldev.basedir}/jdev/extensions/oracle.jdeveloper.java.core.jar</systemPath> |
138 | 141 | </dependency> |
139 | 142 | <!-- SQL Developer specific dependencies part 2 (used for tests only) --> |
140 | 143 | <dependency> |
141 | 144 | <groupId>oracle</groupId> |
142 | 145 | <artifactId>jewt4.jar</artifactId> |
143 | | - <version>12.2.1</version> |
| 146 | + <version>13.0.0</version> |
144 | 147 | <scope>system</scope> |
145 | 148 | <systemPath>${sqldev.basedir}/modules/oracle.bali.jewt/jewt4.jar</systemPath> |
146 | 149 | </dependency> |
147 | 150 | <dependency> |
148 | 151 | <groupId>oracle</groupId> |
149 | 152 | <artifactId>share.jar</artifactId> |
150 | | - <version>12.2.1</version> |
| 153 | + <version>13.0.0</version> |
151 | 154 | <scope>system</scope> |
152 | 155 | <systemPath>${sqldev.basedir}/modules/oracle.bali.share/share.jar</systemPath> |
153 | 156 | </dependency> |
|
161 | 164 | </dependency> |
162 | 165 | <!-- other dependencies --> |
163 | 166 | <dependency> |
| 167 | + <!-- used mainly to access the database via JdbcTemplate --> |
164 | 168 | <groupId>org.springframework</groupId> |
165 | 169 | <artifactId>spring-jdbc</artifactId> |
166 | 170 | <version>5.2.6.RELEASE</version> |
167 | 171 | </dependency> |
168 | 172 | <dependency> |
| 173 | + <!-- used for HtmlUtils.htmlEscape in RunnerPanel --> |
169 | 174 | <groupId>org.springframework</groupId> |
170 | 175 | <artifactId>spring-web</artifactId> |
171 | 176 | <version>5.2.6.RELEASE</version> |
172 | 177 | </dependency> |
173 | 178 | <dependency> |
| 179 | + <!-- optional, for RunGenerator and TestGenerator --> |
174 | 180 | <groupId>org.oddgen</groupId> |
175 | 181 | <artifactId>org.oddgen.sqldev</artifactId> |
176 | 182 | <version>0.3.1</version> |
|
261 | 267 | <plugin> |
262 | 268 | <groupId>org.apache.maven.plugins</groupId> |
263 | 269 | <artifactId>maven-antrun-plugin</artifactId> |
264 | | - <version>1.8</version><!--$NO-MVN-MAN-VER$--> |
| 270 | + <version>3.0.0</version><!--$NO-MVN-MAN-VER$--> |
265 | 271 | <executions> |
266 | 272 | <execution> |
267 | 273 | <phase>prepare-package</phase> |
|
395 | 401 | org.aspectj.lang.reflect |
396 | 402 | </_exportcontents> |
397 | 403 | <Require-Bundle> |
398 | | - oracle.javatools-nodeps, |
| 404 | + oracle.javatools, |
399 | 405 | oracle.jdeveloper.db.connection, |
400 | 406 | oracle.idert, |
401 | 407 | oracle.ide, |
|
414 | 420 | </plugin> |
415 | 421 | <plugin> |
416 | 422 | <artifactId>maven-assembly-plugin</artifactId> |
417 | | - <version>3.2.0</version><!--$NO-MVN-MAN-VER$--> |
| 423 | + <version>3.3.0</version><!--$NO-MVN-MAN-VER$--> |
418 | 424 | <configuration> |
419 | 425 | <finalName>${final.name}</finalName> |
420 | 426 | <appendAssemblyId>false</appendAssemblyId> |
|
436 | 442 | <plugin> |
437 | 443 | <groupId>net.nicoulaj.maven.plugins</groupId> |
438 | 444 | <artifactId>checksum-maven-plugin</artifactId> |
439 | | - <version>1.8</version> |
| 445 | + <version>1.9</version> |
440 | 446 | <executions> |
441 | 447 | <execution> |
442 | 448 | <id>calculate-checksums</id> |
|
451 | 457 | <pluginManagement> |
452 | 458 | <plugins> |
453 | 459 | <plugin> |
| 460 | + <!-- Dummy plugin used in Eclipse IDE only --> |
454 | 461 | <groupId>org.eclipse.m2e</groupId> |
455 | 462 | <artifactId>lifecycle-mapping</artifactId> |
456 | 463 | <version>1.0.0</version> |
|
461 | 468 | <pluginExecutionFilter> |
462 | 469 | <groupId>org.apache.maven.plugins</groupId> |
463 | 470 | <artifactId>maven-dependency-plugin</artifactId> |
464 | | - <versionRange>[3.1.1,)</versionRange> |
| 471 | + <versionRange>[3.1.2,)</versionRange> |
465 | 472 | <goals> |
466 | 473 | <goal>copy-dependencies</goal> |
467 | 474 | </goals> |
|
479 | 486 | build-helper-maven-plugin |
480 | 487 | </artifactId> |
481 | 488 | <versionRange> |
482 | | - [3.0.0,) |
| 489 | + [3.1.0,) |
483 | 490 | </versionRange> |
484 | 491 | <goals> |
485 | 492 | <goal>parse-version</goal> |
|
0 commit comments