Skip to content

Commit 1b8a2b0

Browse files
committed
build(dep): add org.jetbrains:annotations
1 parent 16e91d1 commit 1b8a2b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PacketWrapper/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
<scope>provided</scope>
5252
</dependency>
5353

54+
<dependency>
55+
<groupId>org.jetbrains</groupId>
56+
<artifactId>annotations</artifactId>
57+
<version>20.1.0</version>
58+
<scope>provided</scope>
59+
<optional>true</optional>
60+
</dependency>
61+
5462
<!-- Testing dependencies -->
5563
<dependency>
5664
<groupId>junit</groupId>

0 commit comments

Comments
 (0)