Skip to content

Commit 6195d2b

Browse files
committed
[test] remove hard dependency on events
Saw strange behavior when I tried excluding the events dependency and running tests
1 parent a029f06 commit 6195d2b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

inject-test/pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-inject</artifactId>
2323
<version>${project.version}</version>
24+
<exclusions>
25+
<exclusion>
26+
<groupId>io.avaje</groupId>
27+
<artifactId>avaje-inject-events</artifactId>
28+
</exclusion>
29+
</exclusions>
30+
</dependency>
31+
32+
<dependency>
33+
<groupId>io.avaje</groupId>
34+
<artifactId>avaje-inject-events</artifactId>
35+
<version>${project.version}</version>
36+
<scope>provided</scope>
2437
</dependency>
2538

2639
<dependency>
@@ -94,7 +107,7 @@
94107
<version>3.0</version>
95108
<scope>test</scope>
96109
</dependency>
97-
110+
98111
<dependency>
99112
<groupId>io.avaje</groupId>
100113
<artifactId>avaje-jsonb</artifactId>

0 commit comments

Comments
 (0)