File tree Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <
[email protected] >.
217
217
<dependency >
218
218
<groupId >org.jetbrains</groupId >
219
219
<artifactId >annotations</artifactId >
220
- <version >20.1.0</version >
221
220
</dependency >
222
221
<dependency >
223
222
<groupId >org.eclipse.jgit</groupId >
Original file line number Diff line number Diff line change @@ -196,6 +196,10 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
196
196
<version >${mockito.version} </version >
197
197
<scope >test</scope >
198
198
</dependency >
199
+ <dependency >
200
+ <groupId >org.jetbrains</groupId >
201
+ <artifactId >annotations</artifactId >
202
+ </dependency >
199
203
</dependencies >
200
204
201
205
<build >
Original file line number Diff line number Diff line change @@ -180,6 +180,12 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <
[email protected] >.
180
180
</exclusion >
181
181
</exclusions >
182
182
</dependency >
183
+ <dependency >
184
+ <groupId >org.jetbrains</groupId >
185
+ <artifactId >annotations</artifactId >
186
+ <version >21.0.0</version >
187
+ <scope >provided</scope >
188
+ </dependency >
183
189
</dependencies >
184
190
</dependencyManagement >
185
191
Original file line number Diff line number Diff line change 86
86
<scope >test</scope >
87
87
</dependency >
88
88
89
+ <dependency >
90
+ <groupId >org.jetbrains</groupId >
91
+ <artifactId >annotations</artifactId >
92
+ </dependency >
93
+
89
94
<dependency >
90
95
<groupId >net.openhft</groupId >
91
96
<artifactId >chronicle-map</artifactId >
95
100
<groupId >com.sun.java</groupId >
96
101
<artifactId >tools</artifactId >
97
102
</exclusion >
103
+ <exclusion >
104
+ <groupId >org.jetbrains</groupId >
105
+ <artifactId >annotations</artifactId >
106
+ </exclusion >
107
+ <exclusion >
108
+ <groupId >com.intellij</groupId >
109
+ <artifactId >annotations</artifactId >
110
+ </exclusion >
98
111
</exclusions >
99
112
</dependency >
100
113
You can’t perform that action at this time.
0 commit comments