File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 164
164
<scope >system</scope >
165
165
<systemPath >${sqldev.basedir} /ide/extensions/oracle.ide.runner.jar</systemPath >
166
166
</dependency >
167
+ <dependency >
168
+ <!-- overriding oddgen dependency -->
169
+ <groupId >oracle</groupId >
170
+ <artifactId >javatools-nodeps</artifactId >
171
+ <version >12.2.1</version >
172
+ <scope >system</scope >
173
+ <systemPath >${sqldev.basedir} /modules/oracle.javatools/javatools-nodeps.jar</systemPath >
174
+ </dependency >
167
175
<!-- SQL Developer specific dependencies part 2 (used for tests only) -->
168
176
<dependency >
169
177
<groupId >oracle</groupId >
181
189
</dependency >
182
190
<!-- SQL Developer specific dependencies part 3 (available in public maven repositories) -->
183
191
<dependency >
184
- <!-- SQL Developer is using this older version -->
192
+ <groupId >com.google.code.findbugs</groupId >
193
+ <artifactId >jsr305</artifactId >
194
+ <version >3.0.2</version >
195
+ <scope >provided</scope >
196
+ </dependency >
197
+ <dependency >
198
+ <!-- SQL Developer is using this older version, osgi.core-5.0.0.jar -->
185
199
<groupId >org.osgi</groupId >
186
200
<artifactId >org.osgi.core</artifactId >
187
201
<version >5.0.0</version >
You can’t perform that action at this time.
0 commit comments