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 b25cdc9 commit 08b3efaCopy full SHA for 08b3efa
sqldev/pom.xml
@@ -1,3 +1,4 @@
1
+<!--suppress ALL -->
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
@@ -205,7 +206,13 @@
205
206
<version>4.12</version>
207
<scope>test</scope>
208
</dependency>
- </dependencies>
209
+ <dependency>
210
+ <groupId>org.jetbrains</groupId>
211
+ <artifactId>annotations</artifactId>
212
+ <version>13.0</version>
213
+ <scope>compile</scope>
214
+ </dependency>
215
+ </dependencies>
216
217
<!-- Build Settings -->
218
<build>
0 commit comments