8000 add jetbrains annotations · lipsa178/utPLSQL-SQLDeveloper@08b3efa · GitHub
[go: up one dir, main page]

Skip to content

Commit 08b3efa

Browse files
add jetbrains annotations
1 parent b25cdc9 commit 08b3efa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sqldev/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--suppress ALL -->
12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
@@ -205,7 +206,13 @@
205206
<version>4.12</version>
206207
<scope>test</scope>
207208
</dependency>
208-
</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>
209216

210217
<!-- Build Settings -->
211218
<build>

0 commit comments

Comments
 (0)
0