File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ flexible messaging model and an intuitive client API.</description>
179
179
<elasticsearch-java .version>8.5.2</elasticsearch-java .version>
180
180
<trino .version>363</trino .version>
181
181
<scala .binary.version>2.13</scala .binary.version>
182
+ <scala-library .version>2.13.10</scala-library .version>
182
183
<debezium .version>1.9.7.Final</debezium .version>
183
184
<debezium .postgresql.version>42.5.0</debezium .postgresql.version>
184
185
<debezium .mysql.version>8.0.30</debezium .mysql.version>
@@ -1339,6 +1340,18 @@ flexible messaging model and an intuitive client API.</description>
1339
1340
<version >${roaringbitmap.version} </version >
1340
1341
</dependency >
1341
1342
1343
+ <dependency >
1344
+ <groupId >org.scala-lang</groupId >
1345
+ <artifactId >scala-library</artifactId >
1346
+ <version >${scala-library.version} </version >
1347
+ </dependency >
1348
+
1349
+ <dependency >
1350
+ <groupId >org.scala-lang</groupId >
1351
+ <artifactId >scala-reflect</artifactId >
1352
+ <version >${scala-library.version} </version >
1353
+ </dependency >
1354
+
1342
1355
</dependencies >
1343
1356
</dependencyManagement >
1344
1357
You can’t perform that action at this time.
0 commit comments