|
67 | 67 | <docker.target.platforms>linux/amd64, linux/arm64, linux/arm/v7</docker.target.platforms> |
68 | 68 | <docker.host.port>8081</docker.host.port> |
69 | 69 | <docker.container.port>8081</docker.container.port> |
70 | | - <aas4j-version>1.0.5</aas4j-version> |
| 70 | + <aas4j-version>1.0.4</aas4j-version> |
71 | 71 | <querydsl-version>5.1.0</querydsl-version> |
72 | 72 | <jakarta-version>3.2.0</jakarta-version> |
73 | 73 | </properties> |
|
88 | 88 | <plugin> |
89 | 89 | <groupId>org.codehaus.mojo</groupId> |
90 | 90 | <artifactId>flatten-maven-plugin</artifactId> |
91 | | - <version>1.7.2</version> |
| 91 | + <version>1.7.1</version> |
92 | 92 | <configuration> |
93 | 93 | <updatePomFile>true</updatePomFile> |
94 | 94 | <pomElements> |
|
342 | 342 | <dependency> |
343 | 343 | <groupId>org.yaml</groupId> |
344 | 344 | <artifactId>snakeyaml</artifactId> |
345 | | - <version>2.5</version> |
| 345 | + <version>2.4</version> |
346 | 346 | </dependency> |
347 | 347 | <dependency> |
348 | 348 | <groupId>org.springdoc</groupId> |
|
368 | 368 | <dependency> |
369 | 369 | <groupId>org.apache.tika</groupId> |
370 | 370 | <artifactId>tika-core</artifactId> |
371 | | - <version>3.2.2</version> |
| 371 | + <version>3.2.1</version> |
372 | 372 | </dependency> |
373 | 373 | <dependency> |
374 | 374 | <groupId>org.reflections</groupId> |
|
394 | 394 | <artifactId>basyx.core</artifactId> |
395 | 395 | <version>${revision}</version> |
396 | 396 | </dependency> |
397 | | - <dependency> |
398 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
399 | | - <artifactId>basyx.querycore</artifactId> |
400 | | - <version>${revision}</version> |
401 | | - </dependency> |
402 | 397 | <dependency> |
403 | 398 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
404 | 399 | <artifactId>basyx.http</artifactId> |
|
539 | 534 | <artifactId>basyx.submodelrepository-feature-mqtt</artifactId> |
540 | 535 | <version>${revision}</version> |
541 | 536 | </dependency> |
542 | | - <dependency> |
543 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
544 | | - <artifactId>basyx.submodelrepository-feature-search</artifactId> |
545 | | - <version>${revision}</version> |
546 | | - </dependency> |
547 | 537 | <dependency> |
548 | 538 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
549 | 539 | <artifactId> |
|
658 | 648 | <artifactId>basyx.aasrepository-feature-kafka</artifactId> |
659 | 649 | <version>${revision}</version> |
660 | 650 | </dependency> |
661 | | - <dependency> |
662 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
663 | | - <artifactId>basyx.aasrepository-feature-search</artifactId> |
664 | | - <version>${revision}</version> |
665 | | - </dependency> |
666 | 651 | <dependency> |
667 | 652 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
668 | 653 | <artifactId>basyx.aasrepository-feature-kafka</artifactId> |
|
765 | 750 | basyx.conceptdescriptionrepository-feature-authorization</artifactId> |
766 | 751 | <version>${revision}</version> |
767 | 752 | </dependency> |
768 | | - <dependency> |
769 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
770 | | - <artifactId>basyx.conceptdescriptionrepository-feature-search</artifactId> |
771 | | - <version>${revision}</version> |
772 | | - </dependency> |
773 | 753 | <dependency> |
774 | 754 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
775 | 755 | <artifactId>basyx.conceptdescriptionrepository.component</artifactId> |
|
863 | 843 | <artifactId>basyx.submodelregistry-client-native</artifactId> |
864 | 844 | <version>${revision}</version> |
865 | 845 | </dependency> |
866 | | - <dependency> |
867 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
868 | | - <artifactId>basyx.aasregistry-feature-search</artifactId> |
869 | | - <version>${revision}</version> |
870 | | - </dependency> |
871 | | - <dependency> |
872 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
873 | | - <artifactId>basyx.submodelregistry-feature-search</artifactId> |
874 | | - <version>${revision}</version> |
875 | | - </dependency> |
876 | 846 |
|
877 | 847 | <!-- tests --> |
878 | 848 | <!-- basyx.common --> |
|
1010 | 980 | <version>${revision}</version> |
1011 | 981 | <classifier>tests</classifier> |
1012 | 982 | </dependency> |
1013 | | - <dependency> |
1014 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1015 | | - <artifactId>basyx.submodelrepository-feature-search</artifactId> |
1016 | | - <version>${revision}</version> |
1017 | | - <classifier>tests</classifier> |
1018 | | - </dependency> |
1019 | 983 | <dependency> |
1020 | 984 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1021 | 985 | <artifactId> |
|
1115 | 1079 | <version>${revision}</version> |
1116 | 1080 | <classifier>tests</classifier> |
1117 | 1081 | </dependency> |
1118 | | - <dependency> |
1119 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1120 | | - <artifactId>basyx.aasrepository-feature-search</artifactId> |
1121 | | - <version>${revision}</version> |
1122 | | - <classifier>tests</classifier> |
1123 | | - </dependency> |
1124 | 1082 | <dependency> |
1125 | 1083 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1126 | 1084 | <artifactId>basyx.aasrepository-feature-registry-integration</artifactId> |
|
1243 | 1201 | <version>${revision}</version> |
1244 | 1202 | <classifier>tests</classifier> |
1245 | 1203 | </dependency> |
1246 | | - <dependency> |
1247 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1248 | | - <artifactId>basyx.conceptdescriptionrepository-feature-search</artifactId> |
1249 | | - <version>${revision}</version> |
1250 | | - <classifier>tests</classifier> |
1251 | | - </dependency> |
1252 | 1204 | <dependency> |
1253 | 1205 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1254 | 1206 | <artifactId>basyx.aasregistry-feature-authorization</artifactId> |
1255 | 1207 | <version>${revision}</version> |
1256 | 1208 | <classifier>tests</classifier> |
1257 | 1209 | </dependency> |
1258 | | - <dependency> |
1259 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1260 | | - <artifactId>basyx.aasregistry-feature-search</artifactId> |
1261 | | - <version>${revision}</version> |
1262 | | - <classifier>tests</classifier> |
1263 | | - </dependency> |
1264 | 1210 | <dependency> |
1265 | 1211 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1266 | 1212 | <artifactId>basyx.aasregistry-feature-hierarchy</artifactId> |
1267 | 1213 | <version>${revision}</version> |
1268 | 1214 | <classifier>tests</classifier> |
1269 | 1215 | </dependency> |
1270 | | - <dependency> |
1271 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1272 | | - <artifactId>basyx.aasregistry-feature-search</artifactId> |
1273 | | - <version>${revision}</version> |
1274 | | - <classifier>tests</classifier> |
1275 | | - </dependency> |
1276 | 1216 | <dependency> |
1277 | 1217 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1278 | 1218 | <artifactId>basyx.aasregistry-client-native</artifactId> |
|
1285 | 1225 | <version>${revision}</version> |
1286 | 1226 | <classifier>tests</classifier> |
1287 | 1227 | </dependency> |
1288 | | - <dependency> |
1289 | | - <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1290 | | - <artifactId>basyx.submodelregistry-feature-search</artifactId> |
1291 | | - <version>${revision}</version> |
1292 | | - <classifier>tests</classifier> |
1293 | | - </dependency> |
1294 | 1228 | <dependency> |
1295 | 1229 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1296 | 1230 | <artifactId>basyx.submodelregistry-feature-hierarchy</artifactId> |
|
1419 | 1353 | <dependency> |
1420 | 1354 | <groupId>org.openapitools</groupId> |
1421 | 1355 | <artifactId>jackson-databind-nullable</artifactId> |
1422 | | - <version>0.2.7</version> |
| 1356 | + <version>0.2.6</version> |
1423 | 1357 | </dependency> |
1424 | 1358 | <dependency> |
1425 | 1359 | <groupId>com.google.code.findbugs</groupId> |
|
1442 | 1376 | </dependencies> |
1443 | 1377 |
|
1444 | 1378 | <profiles> |
1445 | | - <profile> |
1446 | | - <id>DashLicense</id> |
1447 | | - <build> |
1448 | | - <plugins> |
1449 | | - |
1450 | | - <plugin> |
1451 | | - <groupId>org.eclipse.dash</groupId> |
1452 | | - <artifactId>license-tool-plugin</artifactId> |
1453 | | - <version>1.1.1-SNAPSHOT</version> |
1454 | | - <executions> |
1455 | | - <execution> |
1456 | | - <id>license-check</id> |
1457 | | - <goals> |
1458 | | - <goal>license-check</goal> |
1459 | | - </goals> |
1460 | | - </execution> |
1461 | | - </executions> |
1462 | | - </plugin> |
1463 | | - </plugins> |
1464 | | - </build> |
1465 | | - </profile> |
1466 | 1379 | <profile> |
1467 | 1380 | <id>MavenCentral</id> |
1468 | 1381 | <activation> |
|
1501 | 1414 | </execution> |
1502 | 1415 | </executions> |
1503 | 1416 | </plugin> |
| 1417 | + <plugin> |
| 1418 | + <groupId>org.eclipse.dash</groupId> |
| 1419 | + <artifactId>license-tool-plugin</artifactId> |
| 1420 | + <version>1.1.1-SNAPSHOT</version> |
| 1421 | + <executions> |
| 1422 | + <execution> |
| 1423 | + <id>license-check</id> |
| 1424 | + <goals> |
| 1425 | + <goal>license-check</goal> |
| 1426 | + </goals> |
| 1427 | + </execution> |
| 1428 | + </executions> |
| 1429 | + </plugin> |
1504 | 1430 | <plugin> |
1505 | 1431 | <groupId>org.apache.maven.plugins</groupId> |
1506 | 1432 | <artifactId>maven-javadoc-plugin</artifactId> |
|
0 commit comments