File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 24
24
<groupId >io.avaje</groupId >
25
25
<artifactId >avaje-inject</artifactId >
26
26
<version >${project.version} </version >
27
+ <exclusions >
28
+ <exclusion >
29
+ <groupId >io.avaje</groupId >
30
+ <artifactId >avaje-inject-events</artifactId >
31
+ </exclusion >
32
+ <exclusion >
33
+ <groupId >io.avaje</groupId >
34
+ <artifactId >avaje-inject-aop</artifactId >
35
+ </exclusion >
36
+ </exclusions >
37
+ </dependency >
38
+
39
+ <dependency >
40
+ <groupId >io.avaje</groupId >
41
+ <artifactId >avaje-inject-events</artifactId >
42
+ <version >${project.version} </version >
43
+ <optional >true</optional >
44
+ </dependency >
45
+
46
+ <dependency >
47
+ <groupId >io.avaje</groupId >
48
+ <artifactId >avaje-inject-aop</artifactId >
49
+ <version >${project.version} </version >
50
+ <optional >true</optional >
27
51
</dependency >
28
52
29
53
<dependency >
Original file line number Diff line number Diff line change 5
5
6
6
requires java .compiler ;
7
7
requires io .avaje .inject ;
8
- requires io .avaje .inject .aop ;
9
- requires io .avaje .inject .events ;
10
8
9
+ requires static io .avaje .inject .aop ;
10
+ requires static io .avaje .inject .events ;
11
11
requires static io .avaje .http .api ;
12
12
requires static io .avaje .prism ;
13
13
requires static io .avaje .spi ;
You can’t perform that action at this time.
0 commit comments