Skip to content

Commit 2a2bb51

Browse files
author
faheem
committed
reverting the pom to main
1 parent dffb22c commit 2a2bb51

1 file changed

Lines changed: 92 additions & 36 deletions

File tree

pom.xml

Lines changed: 92 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<module>basyx.conceptdescriptionrepository</module>
2525
<module>basyx.aasxfileserver</module>
2626
<module>basyx.aasdiscoveryservice</module>
27-
<module>basyx.aasdigitaltwinregistry</module>
2827
</modules>
2928
<name>BaSyx Parent</name>
3029
<description>Parent POM for Eclipse BaSyx</description>
@@ -68,7 +67,7 @@
6867
<docker.target.platforms>linux/amd64, linux/arm64, linux/arm/v7</docker.target.platforms>
6968
<docker.host.port>8081</docker.host.port>
7069
<docker.container.port>8081</docker.container.port>
71-
<aas4j-version>1.0.4</aas4j-version>
70+
<aas4j-version>1.0.5</aas4j-version>
7271
<querydsl-version>5.1.0</querydsl-version>
7372
<jakarta-version>3.2.0</jakarta-version>
7473
</properties>
@@ -89,7 +88,7 @@
8988
<plugin>
9089
<groupId>org.codehaus.mojo</groupId>
9190
<artifactId>flatten-maven-plugin</artifactId>
92-
<version>1.7.1</version>
91+
<version>1.7.2</version>
9392
<configuration>
9493
<updatePomFile>true</updatePomFile>
9594
<pomElements>
@@ -119,23 +118,6 @@
119118
</execution>
120119
</executions>
121120
</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>
139121
<plugin>
140122
<groupId>org.apache.maven.plugins</groupId>
141123
<artifactId>maven-compiler-plugin</artifactId>
@@ -360,7 +342,7 @@
360342
<dependency>
361343
<groupId>org.yaml</groupId>
362344
<artifactId>snakeyaml</artifactId>
363-
<version>2.4</version>
345+
<version>2.5</version>
364346
</dependency>
365347
<dependency>
366348
<groupId>org.springdoc</groupId>
@@ -386,7 +368,7 @@
386368
<dependency>
387369
<groupId>org.apache.tika</groupId>
388370
<artifactId>tika-core</artifactId>
389-
<version>3.2.1</version>
371+
<version>3.2.2</version>
390372
</dependency>
391373
<dependency>
392374
<groupId>org.reflections</groupId>
@@ -412,6 +394,11 @@
412394
<artifactId>basyx.core</artifactId>
413395
<version>${revision}</version>
414396
</dependency>
397+
<dependency>
398+
<groupId>org.eclipse.digitaltwin.basyx</groupId>
399+
<artifactId>basyx.querycore</artifactId>
400+
<version>${revision}</version>
401+
</dependency>
415402
<dependency>
416403
<groupId>org.eclipse.digitaltwin.basyx</groupId>
417404
<artifactId>basyx.http</artifactId>
@@ -552,6 +539,11 @@
552539
<artifactId>basyx.submodelrepository-feature-mqtt</artifactId>
553540
<version>${revision}</version>
554541
</dependency>
542+
<dependency>
543+
<groupId>org.eclipse.digitaltwin.basyx</groupId>
544+
<artifactId>basyx.submodelrepository-feature-search</artifactId>
545+
<version>${revision}</version>
546+
</dependency>
555547
<dependency>
556548
<groupId>org.eclipse.digitaltwin.basyx</groupId>
557549
<artifactId>
@@ -666,6 +658,11 @@
666658
<artifactId>basyx.aasrepository-feature-kafka</artifactId>
667659
<version>${revision}</version>
668660
</dependency>
661+
<dependency>
662+
<groupId>org.eclipse.digitaltwin.basyx</groupId>
663+
<artifactId>basyx.aasrepository-feature-search</artifactId>
664+
<version>${revision}</version>
665+
</dependency>
669666
<dependency>
670667
<groupId>org.eclipse.digitaltwin.basyx</groupId>
671668
<artifactId>basyx.aasrepository-feature-kafka</artifactId>
@@ -768,6 +765,11 @@
768765
basyx.conceptdescriptionrepository-feature-authorization</artifactId>
769766
<version>${revision}</version>
770767
</dependency>
768+
<dependency>
769+
<groupId>org.eclipse.digitaltwin.basyx</groupId>
770+
<artifactId>basyx.conceptdescriptionrepository-feature-search</artifactId>
771+
<version>${revision}</version>
772+
</dependency>
771773
<dependency>
772774
<groupId>org.eclipse.digitaltwin.basyx</groupId>
773775
<artifactId>basyx.conceptdescriptionrepository.component</artifactId>
@@ -861,6 +863,16 @@
861863
<artifactId>basyx.submodelregistry-client-native</artifactId>
862864
<version>${revision}</version>
863865
</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>
864876

865877
<!-- tests -->
866878
<!-- basyx.common -->
@@ -998,6 +1010,12 @@
9981010
<version>${revision}</version>
9991011
<classifier>tests</classifier>
10001012
</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>
10011019
<dependency>
10021020
<groupId>org.eclipse.digitaltwin.basyx</groupId>
10031021
<artifactId>
@@ -1097,6 +1115,12 @@
10971115
<version>${revision}</version>
10981116
<classifier>tests</classifier>
10991117
</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>
11001124
<dependency>
11011125
<groupId>org.eclipse.digitaltwin.basyx</groupId>
11021126
<artifactId>basyx.aasrepository-feature-registry-integration</artifactId>
@@ -1219,18 +1243,36 @@
12191243
<version>${revision}</version>
12201244
<classifier>tests</classifier>
12211245
</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>
12221252
<dependency>
12231253
<groupId>org.eclipse.digitaltwin.basyx</groupId>
12241254
<artifactId>basyx.aasregistry-feature-authorization</artifactId>
12251255
<version>${revision}</version>
12261256
<classifier>tests</classifier>
12271257
</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>
12281264
<dependency>
12291265
<groupId>org.eclipse.digitaltwin.basyx</groupId>
12301266
<artifactId>basyx.aasregistry-feature-hierarchy</artifactId>
12311267
<version>${revision}</version>
12321268
<classifier>tests</classifier>
12331269
</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>
12341276
<dependency>
12351277
<groupId>org.eclipse.digitaltwin.basyx</groupId>
12361278
<artifactId>basyx.aasregistry-client-native</artifactId>
@@ -1243,6 +1285,12 @@
12431285
<version>${revision}</version>
12441286
<classifier>tests</classifier>
12451287
</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>
12461294
<dependency>
12471295
<groupId>org.eclipse.digitaltwin.basyx</groupId>
12481296
<artifactId>basyx.submodelregistry-feature-hierarchy</artifactId>
@@ -1371,7 +1419,7 @@
13711419
<dependency>
13721420
<groupId>org.openapitools</groupId>
13731421
<artifactId>jackson-databind-nullable</artifactId>
1374-
<version>0.2.6</version>
1422+
<version>0.2.7</version>
13751423
</dependency>
13761424
<dependency>
13771425
<groupId>com.google.code.findbugs</groupId>
@@ -1394,6 +1442,27 @@
13941442
</dependencies>
13951443

13961444
<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>
13971466
<profile>
13981467
<id>MavenCentral</id>
13991468
<activation>
@@ -1432,19 +1501,6 @@
14321501
</execution>
14331502
</executions>
14341503
</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>
14481504
<plugin>
14491505
<groupId>org.apache.maven.plugins</groupId>
14501506
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)