8000 add explicit spring-core dependency · lipsa178/utPLSQL-SQLDeveloper@45c9a43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45c9a43

Browse files
add explicit spring-core dependency
1 parent 08b3efa commit 45c9a43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sqldev/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@
187187
<artifactId>spring-jdbc</artifactId>
188188
<version>5.2.6.RELEASE</version>
189189
</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>
190196
<dependency>
191197
<!-- used for HtmlUtils.htmlEscape in RunnerPanel -->
192198
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)
0