File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Expand file tree Collapse file tree 2 files changed +26
-4
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 >
30
54
<groupId >io.avaje</groupId >
31
55
<artifactId >avaje-prisms</artifactId >
32
56
<version >${avaje.prisms.version} </version >
33
57
<optional >true</optional >
34
- <scope >provided</scope >
35
58
</dependency >
36
59
37
60
<dependency >
45
68
<artifactId >avaje-http-api</artifactId >
46
69
<version >3.2</version >
47
70
<optional >true</optional >
48
- <scope >provided</scope >
49
71
</dependency >
50
72
51
73
<!-- test dependencies -->
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