|
36 | 36 | <sakai.ehcache.groupId>net.sf.ehcache</sakai.ehcache.groupId>
|
37 | 37 | <sakai.ehcache.artifactId>ehcache-core</sakai.ehcache.artifactId>
|
38 | 38 | <sakai.ehcache.version>2.6.11</sakai.ehcache.version>
|
39 |
| - <sakai.elasticsearch.version>7.17.1</sakai.elasticsearch.version> |
| 39 | + <sakai.opensearch.version>1.3.4</sakai.opensearch.version> |
40 | 40 | <sakai.hibernate.version>5.3.20.Final</sakai.hibernate.version>
|
41 | 41 | <sakai.hikaricp.version>4.0.3</sakai.hikaricp.version>
|
42 | 42 | <sakai.httpclient.version>4.5.13</sakai.httpclient.version>
|
|
56 | 56 | <sakai.jaxb.version>2.3.6</sakai.jaxb.version>
|
57 | 57 | <sakai.jstl.version>1.2</sakai.jstl.version>
|
58 | 58 | <sakai.lombok.version>1.18.24</sakai.lombok.version>
|
59 |
| - <sakai.lucene.version>8.11.1</sakai.lucene.version> |
| 59 | + <sakai.lucene.version>8.10.1</sakai.lucene.version> |
60 | 60 | <sakai.netty.version>4.1.71.Final</sakai.netty.version>
|
61 | 61 | <sakai.org.json.version>20210307</sakai.org.json.version>
|
62 | 62 | <sakai.pluto.version>1.1.7</sakai.pluto.version>
|
|
1351 | 1351 | <version>${sakai.openpdf.version}</version>
|
1352 | 1352 | <scope>provided</scope>
|
1353 | 1353 | </dependency>
|
1354 |
| - <!-- elasticsearch --> |
| 1354 | + <!-- opensearch --> |
1355 | 1355 | <dependency>
|
1356 |
| - <groupId>org.elasticsearch</groupId> |
1357 |
| - <artifactId>elasticsearch</artifactId> |
1358 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1356 | + <groupId>org.opensearch</groupId> |
| 1357 | + <artifactId>opensearch</artifactId> |
| 1358 | + <version>${sakai.opensearch.version}</version> |
1359 | 1359 | <scope>provided</scope>
|
1360 | 1360 | </dependency>
|
1361 | 1361 | <dependency>
|
1362 |
| - <groupId>org.elasticsearch</groupId> |
1363 |
| - <artifactId>elasticsearch-core</artifactId> |
1364 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1362 | + <groupId>org.opensearch</groupId> |
| 1363 | + <artifactId>opensearch-core</artifactId> |
| 1364 | + <version>${sakai.opensearch.version}</version> |
1365 | 1365 | <scope>provided</scope>
|
1366 | 1366 | </dependency>
|
1367 | 1367 | <dependency>
|
1368 |
| - <groupId>org.elasticsearch</groupId> |
1369 |
| - <artifactId>elasticsearch-cli</artifactId> |
1370 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1368 | + <groupId>org.opensearch</groupId> |
| 1369 | + <artifactId>opensearch-cli</artifactId> |
| 1370 | + <version>${sakai.opensearch.version}</version> |
1371 | 1371 | <scope>provided</scope>
|
1372 | 1372 | </dependency>
|
1373 | 1373 | <dependency>
|
1374 |
| - <groupId>org.elasticsearch</groupId> |
1375 |
| - <artifactId>elasticsearch-secure-sm</artifactId> |
1376 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1374 | + <groupId>org.opensearch</groupId> |
| 1375 | + <artifactId>opensearch-secure-sm</artifactId> |
| 1376 | + <version>${sakai.opensearch.version}</version> |
1377 | 1377 | <scope>provided</scope>
|
1378 | 1378 | </dependency>
|
1379 | 1379 | <dependency>
|
1380 |
| - <groupId>org.elasticsearch</groupId> |
1381 |
| - <artifactId>elasticsearch-x-content</artifactId> |
1382 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1380 | + <groupId>org.opensearch</groupId> |
| 1381 | + <artifactId>opensearch-x-content</artifactId> |
| 1382 | + <version>${sakai.opensearch.version}</version> |
1383 | 1383 | <scope>provided</scope>
|
1384 | 1384 | </dependency>
|
1385 | 1385 | <dependency>
|
1386 |
| - <groupId>org.elasticsearch</groupId> |
1387 |
| - <artifactId>elasticsearch-geo</artifactId> |
1388 |
| - <version>${sakai.elasticsearch.version}</version> |
1389 |
| - <scope>provided</scope> |
1390 |
| - </dependency> |
1391 |
| - <dependency> |
1392 |
| - <groupId>org.elasticsearch</groupId> |
1393 |
| - <artifactId>elasticsearch-lz4</artifactId> |
1394 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1386 | + <groupId>org.opensearch</groupId> |
| 1387 | + <artifactId>opensearch-geo</artifactId> |
| 1388 | + <version>${sakai.opensearch.version}</version> |
1395 | 1389 | <scope>provided</scope>
|
1396 | 1390 | </dependency>
|
1397 | 1391 | <dependency>
|
|
1401 | 1395 | <scope>provided</scope>
|
1402 | 1396 | </dependency>
|
1403 | 1397 | <dependency>
|
1404 |
| - <groupId>org.elasticsearch.client</groupId> |
1405 |
| - <artifactId>elasticsearch-rest-high-level-client</artifactId> |
1406 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1398 | + <groupId>org.opensearch.client</groupId> |
| 1399 | + <artifactId>opensearch-rest-high-level-client</artifactId> |
| 1400 | + <version>${sakai.opensearch.version}</version> |
1407 | 1401 | <scope>provided</scope>
|
1408 | 1402 | </dependency>
|
1409 | 1403 | <dependency>
|
1410 |
| - <groupId>org.elasticsearch.client</groupId> |
1411 |
| - <artifactId>elasticsearch-rest-client</artifactId> |
1412 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1404 | + <groupId>org.opensearch.client</groupId> |
| 1405 | + <artifactId>opensearch-rest-client</artifactId> |
| 1406 | + <version>${sakai.opensearch.version}</version> |
1413 | 1407 | <scope>provided</scope>
|
1414 | 1408 | <exclusions>
|
1415 | 1409 | <exclusion>
|
|
1419 | 1413 | </exclusions>
|
1420 | 1414 | </dependency>
|
1421 | 1415 | <dependency>
|
1422 |
| - <groupId>org.elasticsearch.plugin</groupId> |
| 1416 | + <groupId>org.opensearch.plugin</groupId> |
1423 | 1417 | <artifactId>transport-netty4-client</artifactId>
|
1424 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1418 | + <version>${sakai.opensearch.version}</version> |
1425 | 1419 | <scope>provided</scope>
|
1426 | 1420 | </dependency>
|
1427 | 1421 | <dependency>
|
1428 |
| - <groupId>org.codelibs.elasticsearch.module</groupId> |
| 1422 | + <groupId>org.opensearch.plugin</groupId> |
1429 | 1423 | <artifactId>analysis-common</artifactId>
|
1430 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1424 | + <version>${sakai.opensearch.version}</version> |
1431 | 1425 | <scope>provided</scope>
|
1432 | 1426 | </dependency>
|
1433 | 1427 | <dependency>
|
1434 |
| - <groupId>org.elasticsearch.plugin</groupId> |
| 1428 | + <groupId>org.opensearch.plugin</groupId> |
1435 | 1429 | <artifactId>parent-join-client</artifactId>
|
1436 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1430 | + <version>${sakai.opensearch.version}</version> |
1437 | 1431 | <scope>provided</scope>
|
1438 | 1432 | </dependency>
|
1439 | 1433 | <dependency>
|
1440 |
| - <groupId>org.elasticsearch.plugin</groupId> |
| 1434 | + <groupId>org.opensearch.plugin</groupId> |
1441 | 1435 | <artifactId>aggs-matrix-stats-client</artifactId>
|
1442 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1436 | + <version>${sakai.opensearch.version}</version> |
1443 | 1437 | <scope>provided</scope>
|
1444 | 1438 | </dependency>
|
1445 | 1439 | <dependency>
|
1446 |
| - <groupId>org.elasticsearch.plugin</groupId> |
| 1440 | + <groupId>org.opensearch.plugin</groupId> |
1447 | 1441 | <artifactId>rank-eval-client</artifactId>
|
1448 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1442 | + <version>${sakai.opensearch.version}</version> |
1449 | 1443 | <scope>provided</scope>
|
1450 | 1444 | </dependency>
|
1451 | 1445 | <dependency>
|
1452 |
| - <groupId>org.elasticsearch.plugin</groupId> |
| 1446 | + <groupId>org.opensearch.plugin</groupId> |
1453 | 1447 | <artifactId>lang-mustache-client</artifactId>
|
1454 |
| - <version>${sakai.elasticsearch.version}</version> |
| 1448 | + <version>${sakai.opensearch.version}</version> |
1455 | 1449 | <scope>provided</scope>
|
1456 | 1450 | </dependency>
|
1457 | 1451 | <!-- netty -->
|
|
1594 | 1588 | <version>5.10.0</version>
|
1595 | 1589 | <scope>provided</scope>
|
1596 | 1590 | </dependency>
|
1597 |
| - <!-- elasticsearch 3rd party libs --> |
| 1591 | + <!-- opensearch 3rd party libs --> |
1598 | 1592 | <dependency>
|
1599 | 1593 | <groupId>joda-time</groupId>
|
1600 | 1594 | <artifactId>joda-time</artifactId>
|
|
0 commit comments