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 6f03d02 commit a3814e7Copy full SHA for a3814e7
pom.xml
@@ -183,6 +183,21 @@
183
<version>23.0.0</version>
184
</dependency>
185
</dependencies>
186
+ <dependencyManagement>
187
+ <dependencies>
188
+ <dependency>
189
+ <groupId>com.google.code.gson</groupId>
190
+ <artifactId>gson</artifactId>
191
+ <version>2.9.0</version>
192
+ </dependency>
193
194
+ <groupId>org.apache.logging.log4j</groupId>
195
+ <artifactId>log4j-bom</artifactId>
196
+ <version>2.17.2</version>
197
+ <type>pom</type>
198
199
+ </dependencies>
200
+ </dependencyManagement>
201
202
<prerequisites>
203
<maven>3.1</maven>
0 commit comments