|
24 | 24 | <module>basyx.conceptdescriptionrepository</module> |
25 | 25 | <module>basyx.aasxfileserver</module> |
26 | 26 | <module>basyx.aasdiscoveryservice</module> |
27 | | - <module>basyx.aasdigitaltwinregistry</module> |
28 | 27 | </modules> |
29 | 28 | <name>BaSyx Parent</name> |
30 | 29 | <description>Parent POM for Eclipse BaSyx</description> |
|
68 | 67 | <docker.target.platforms>linux/amd64, linux/arm64, linux/arm/v7</docker.target.platforms> |
69 | 68 | <docker.host.port>8081</docker.host.port> |
70 | 69 | <docker.container.port>8081</docker.container.port> |
71 | | - <aas4j-version>1.0.4</aas4j-version> |
| 70 | + <aas4j-version>1.0.5</aas4j-version> |
72 | 71 | <querydsl-version>5.1.0</querydsl-version> |
73 | 72 | <jakarta-version>3.2.0</jakarta-version> |
74 | 73 | </properties> |
|
89 | 88 | <plugin> |
90 | 89 | <groupId>org.codehaus.mojo</groupId> |
91 | 90 | <artifactId>flatten-maven-plugin</artifactId> |
92 | | - <version>1.7.1</version> |
| 91 | + <version>1.7.2</version> |
93 | 92 | <configuration> |
94 | 93 | <updatePomFile>true</updatePomFile> |
95 | 94 | <pomElements> |
|
119 | 118 | </execution> |
120 | 119 | </executions> |
121 | 120 | </plugin> |
122 | | - <plugin> |
123 | | - <groupId>org.apache.maven.plugins</groupId> |
124 | | - <artifactId>maven-compiler-plugin</artifactId> |
125 | | - <version>3.11.0</version> <!-- or latest stable --> |
126 | | - <configuration> |
127 | | - <annotationProcessorPaths> |
128 | | - <path> |
129 | | - <groupId>org.projectlombok</groupId> |
130 | | - <artifactId>lombok</artifactId> |
131 | | - <version>1.18.38</version> |
132 | | - </path> |
133 | | - </annotationProcessorPaths> |
134 | | - <compilerArgs> |
135 | | - <arg>-parameters</arg> |
136 | | - </compilerArgs> |
137 | | - </configuration> |
138 | | - </plugin> |
139 | 121 | <plugin> |
140 | 122 | <groupId>org.apache.maven.plugins</groupId> |
141 | 123 | <artifactId>maven-compiler-plugin</artifactId> |
|
360 | 342 | <dependency> |
361 | 343 | <groupId>org.yaml</groupId> |
362 | 344 | <artifactId>snakeyaml</artifactId> |
363 | | - <version>2.4</version> |
| 345 | + <version>2.5</version> |
364 | 346 | </dependency> |
365 | 347 | <dependency> |
366 | 348 | <groupId>org.springdoc</groupId> |
|
386 | 368 | <dependency> |
387 | 369 | <groupId>org.apache.tika</groupId> |
388 | 370 | <artifactId>tika-core</artifactId> |
389 | | - <version>3.2.1</version> |
| 371 | + <version>3.2.2</version> |
390 | 372 | </dependency> |
391 | 373 | <dependency> |
392 | 374 | <groupId>org.reflections</groupId> |
|
412 | 394 | <artifactId>basyx.core</artifactId> |
413 | 395 | <version>${revision}</version> |
414 | 396 | </dependency> |
| 397 | + <dependency> |
| 398 | + <groupId>org.eclipse.digitaltwin.basyx</groupId> |
| 399 | + <artifactId>basyx.querycore</artifactId> |
| 400 | + <version>${revision}</version> |
| 401 | + </dependency> |
415 | 402 | <dependency> |
416 | 403 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
417 | 404 | <artifactId>basyx.http</artifactId> |
|
552 | 539 | <artifactId>basyx.submodelrepository-feature-mqtt</artifactId> |
553 | 540 | <version>${revision}</version> |
554 | 541 | </dependency> |
| 542 | + <dependency> |
| 543 | + <groupId>org.eclipse.digitaltwin.basyx</groupId> |
| 544 | + <artifactId>basyx.submodelrepository-feature-search</artifactId> |
| 545 | + <version>${revision}</version> |
| 546 | + </dependency> |
555 | 547 | <dependency> |
556 | 548 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
557 | 549 | <artifactId> |
|
666 | 658 | <artifactId>basyx.aasrepository-feature-kafka</artifactId> |
667 | 659 | <version>${revision}</version> |
668 | 660 | </dependency> |
| 661 | + <dependency> |
| 662 | + <groupId>org.eclipse.digitaltwin.basyx</groupId> |
| 663 | + <artifactId>basyx.aasrepository-feature-search</artifactId> |
| 664 | + <version>${revision}</version> |
| 665 | + </dependency> |
669 | 666 | <dependency> |
670 | 667 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
671 | 668 | <artifactId>basyx.aasrepository-feature-kafka</artifactId> |
|
768 | 765 | basyx.conceptdescriptionrepository-feature-authorization</artifactId> |
769 | 766 | <version>${revision}</version> |
770 | 767 | </dependency> |
| 768 | + <dependency> |
| 769 | + <groupId>org.eclipse.digitaltwin.basyx</groupId> |
| 770 | + <artifactId>basyx.conceptdescriptionrepository-feature-search</artifactId> |
| 771 | + <version>${revision}</version> |
| 772 | + </dependency> |
771 | 773 | <dependency> |
772 | 774 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
773 | 775 | <artifactId>basyx.conceptdescriptionrepository.component</artifactId> |
|
861 | 863 | <artifactId>basyx.submodelregistry-client-native</artifactId> |
862 | 864 | <version>${revision}</version> |
863 | 865 | </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> |
864 | 876 |
|
865 | 877 | <!-- tests --> |
866 | 878 | <!-- basyx.common --> |
|
998 | 1010 | <version>${revision}</version> |
999 | 1011 | <classifier>tests</classifier> |
1000 | 1012 | </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> |
1001 | 1019 | <dependency> |
1002 | 1020 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1003 | 1021 | <artifactId> |
|
1097 | 1115 | <version>${revision}</version> |
1098 | 1116 | <classifier>tests</classifier> |
1099 | 1117 | </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> |
1100 | 1124 | <dependency> |
1101 | 1125 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1102 | 1126 | <artifactId>basyx.aasrepository-feature-registry-integration</artifactId> |
|
1219 | 1243 | <version>${revision}</version> |
1220 | 1244 | <classifier>tests</classifier> |
1221 | 1245 | </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> |
1222 | 1252 | <dependency> |
1223 | 1253 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1224 | 1254 | <artifactId>basyx.aasregistry-feature-authorization</artifactId> |
1225 | 1255 | <version>${revision}</version> |
1226 | 1256 | <classifier>tests</classifier> |
1227 | 1257 | </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> |
1228 | 1264 | <dependency> |
1229 | 1265 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1230 | 1266 | <artifactId>basyx.aasregistry-feature-hierarchy</artifactId> |
1231 | 1267 | <version>${revision}</version> |
1232 | 1268 | <classifier>tests</classifier> |
1233 | 1269 | </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> |
1234 | 1276 | <dependency> |
1235 | 1277 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1236 | 1278 | <artifactId>basyx.aasregistry-client-native</artifactId> |
|
1243 | 1285 | <version>${revision}</version> |
1244 | 1286 | <classifier>tests</classifier> |
1245 | 1287 | </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> |
1246 | 1294 | <dependency> |
1247 | 1295 | <groupId>org.eclipse.digitaltwin.basyx</groupId> |
1248 | 1296 | <artifactId>basyx.submodelregistry-feature-hierarchy</artifactId> |
|
1371 | 1419 | <dependency> |
1372 | 1420 | <groupId>org.openapitools</groupId> |
1373 | 1421 | <artifactId>jackson-databind-nullable</artifactId> |
1374 | | - <version>0.2.6</version> |
| 1422 | + <version>0.2.7</version> |
1375 | 1423 | </dependency> |
1376 | 1424 | <dependency> |
1377 | 1425 | <groupId>com.google.code.findbugs</groupId> |
|
1394 | 1442 | </dependencies> |
1395 | 1443 |
|
1396 | 1444 | <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> |
1397 | 1466 | <profile> |
1398 | 1467 | <id>MavenCentral</id> |
1399 | 1468 | <activation> |
|
1432 | 1501 | </execution> |
1433 | 1502 | </executions> |
1434 | 1503 | </plugin> |
1435 | | - <plugin> |
1436 | | - <groupId>org.eclipse.dash</groupId> |
1437 | | - <artifactId>license-tool-plugin</artifactId> |
1438 | | - <version>1.1.1-SNAPSHOT</version> |
1439 | | - <executions> |
1440 | | - <execution> |
1441 | | - <id>license-check</id> |
1442 | | - <goals> |
1443 | | - <goal>license-check</goal> |
1444 | | - </goals> |
1445 | | - </execution> |
1446 | | - </executions> |
1447 | | - </plugin> |
1448 | 1504 | <plugin> |
1449 | 1505 | <groupId>org.apache.maven.plugins</groupId> |
1450 | 1506 | <artifactId>maven-javadoc-plugin</artifactId> |
|
0 commit comments