We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b3efa commit 45c9a43Copy full SHA for 45c9a43
sqldev/pom.xml
@@ -187,6 +187,12 @@
187
<artifactId>spring-jdbc</artifactId>
188
<version>5.2.6.RELEASE</version>
189
</dependency>
190
+ <dependency>
191
+ <!-- transitive reference, but IntelliJ wants to have it explicit (to avoid warnings) -->
192
+ <groupId>org.springframework</groupId>
193
+ <artifactId>spring-core</artifactId>
194
+ <version>5.2.6.RELEASE</version>
195
+ </dependency>
196
<dependency>
197
<!-- used for HtmlUtils.htmlEscape in RunnerPanel -->
198
<groupId>org.springframework</groupId>
0 commit comments