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.
2 parents 21c0086 + 6ac673f commit da96f9eCopy full SHA for da96f9e
inject-test/pom.xml
@@ -89,9 +89,10 @@
89
</dependency>
90
91
<dependency>
92
- <groupId>io.javalin</groupId>
93
- <artifactId>javalin</artifactId>
94
- <version>4.6.1</version>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+<!-- <version>24.0.1</version>-->
95
+ <version>13.0</version>
96
<scope>test</scope>
97
98
inject-test/src/test/java/io/javalin/http/Context.java
@@ -0,0 +1,8 @@
1
+package io.javalin.http;
2
+
3
+/**
4
+ * Placeholder for Javalin Context. Odd issue with a transitive dependency
5
+ * on 5.6.0 specifically org.jetbrains:annotations:24.0.1
6
+ */
7
+public class Context {
8
+}
0 commit comments