Skip to content

Commit 6ac673f

Browse files
committed
Use placeholder for Javalin Context with RequestScope test
1 parent 21c0086 commit 6ac673f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

inject-test/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@
8989
</dependency>
9090

9191
<dependency>
92-
<groupId>io.javalin</groupId>
93-
<artifactId>javalin</artifactId>
94-
<version>4.6.1</version>
92+
<groupId>org.jetbrains</groupId>
93+
<artifactId>annotations</artifactId>
94+
<!-- <version>24.0.1</version>-->
95+
<version>13.0</version>
9596
<scope>test</scope>
9697
</dependency>
9798

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)