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.
1 parent a029f06 commit 6195d2bCopy full SHA for 6195d2b
inject-test/pom.xml
@@ -21,6 +21,19 @@
21
<groupId>io.avaje</groupId>
22
<artifactId>avaje-inject</artifactId>
23
<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
34
35
+ <version>${project.version}</version>
36
+ <scope>provided</scope>
37
</dependency>
38
39
<dependency>
@@ -94,7 +107,7 @@
94
107
<version>3.0</version>
95
108
<scope>test</scope>
96
109
97
-
110
98
111
99
112
100
113
<artifactId>avaje-jsonb</artifactId>
0 commit comments