File tree Expand file tree Collapse file tree 4 files changed +0
-32
lines changed
integrationtest/java/modules
orm-outbox-polling-elasticsearch
pojo-standalone-elasticsearch Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 126
126
<!-- Test dependencies -->
127
127
128
128
<!-- >>> Common -->
129
- <!--
130
- NOTE: with the next upgrade of the log4j (to 2.24.1+) *REMOVE* the additional jspecify dependency added to the JPMS tests
131
- -->
132
129
<version .log4j>2.24.1</version .log4j>
133
130
<version .junit>4.13.2</version .junit>
134
131
<version .junit-jupiter>5.11.1</version .junit-jupiter>
Original file line number Diff line number Diff line change 72
72
<version >${version.jakarta.enterprise} </version >
73
73
<scope >test</scope >
74
74
</dependency >
75
- <!--
76
- NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
77
- -->
78
- <dependency >
79
- <groupId >org.jspecify</groupId >
80
- <artifactId >jspecify</artifactId >
81
- <version >1.0.0</version >
82
- <scope >provided</scope >
83
- </dependency >
84
75
</dependencies >
85
76
86
77
<build >
Original file line number Diff line number Diff line change 90
90
<version >${version.jakarta.enterprise} </version >
91
91
<scope >test</scope >
92
92
</dependency >
93
-
94
- <!--
95
- NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
96
- -->
97
- <dependency >
98
- <groupId >org.jspecify</groupId >
99
- <artifactId >jspecify</artifactId >
100
- <version >1.0.0</version >
101
- <scope >provided</scope >
102
- </dependency >
103
93
</dependencies >
104
94
105
95
<build >
Original file line number Diff line number Diff line change 54
54
<artifactId >hibernate-search-util-internal-integrationtest-mapper-pojo-standalone</artifactId >
55
55
<scope >test</scope >
56
56
</dependency >
57
-
58
- <!--
59
- NOTE: Remove this dependency once the Log4j2 is updated to 2.24.1+
60
- -->
61
- <dependency >
62
- <groupId >org.jspecify</groupId >
63
- <artifactId >jspecify</artifactId >
64
- <version >1.0.0</version >
65
- <scope >provided</scope >
66
- </dependency >
67
57
</dependencies >
68
58
69
59
<build >
You can’t perform that action at this time.
0 commit comments