Skip to content

Commit 27c5f09

Browse files
Build(deps): Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.22.0 in /basyx.submodelrepository/basyx.submodelrepository-feature-search (#1018)
* Build(deps): Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Make parent pom set faster xml version and remove dependency duplicates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Zielstorff <aaron.zielstorff@iese.fraunhofer.de>
1 parent 8348437 commit 27c5f09

17 files changed

Lines changed: 11 additions & 117 deletions

File tree

  • basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component
  • basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-backend-mongodb
  • basyx.aasenvironment
    • basyx.aasenvironment-client
    • basyx.aasenvironment.component
  • basyx.common/basyx.querycore
  • basyx.conceptdescriptionrepository
    • basyx.conceptdescriptionrepository-http
  • basyx.submodelrepository
    • basyx.submodelrepository-client
    • basyx.submodelrepository-http
    • basyx.submodelrepository-tck
  • basyx.submodelservice
    • basyx.submodelservice-feature-mqtt
    • basyx.submodelservice-feature-registry-integration

basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@
195195
<groupId>org.eclipse.digitaltwin.basyx</groupId>
196196
<artifactId>basyx.aasdiscoveryservice-client</artifactId>
197197
</dependency>
198-
<dependency>
199-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
200-
<artifactId>aasregistry-feature-discovery-integration</artifactId>
201-
<version>${revision}</version>
202-
<scope>compile</scope>
203-
</dependency>
204198
</dependencies>
205199

206200
<build>
@@ -221,4 +215,4 @@
221215
</plugin>
222216
</plugins>
223217
</build>
224-
</project>
218+
</project>

basyx.aasdiscoveryservice/basyx.aasdiscoveryservice-backend-mongodb/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
<groupId>org.eclipse.digitaltwin.basyx</groupId>
1717
<artifactId>basyx.aasdiscoveryservice-core</artifactId>
1818
</dependency>
19-
<dependency>
20-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
21-
<artifactId>basyx.aasdiscoveryservice-backend</artifactId>
22-
<scope>test</scope>
23-
</dependency>
2419

2520
<dependency>
2621
<groupId>org.eclipse.digitaltwin.basyx</groupId>

basyx.aasenvironment/basyx.aasenvironment-client/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
8484
<scope>test</scope>
8585
<classifier>tests</classifier>
8686
</dependency>
87-
<dependency>
88-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
89-
<artifactId>basyx.aasenvironment-feature-authorization</artifactId>
90-
<scope>test</scope>
91-
</dependency>
9287
<dependency>
9388
<groupId>org.eclipse.digitaltwin.basyx</groupId>
9489
<artifactId>basyx.aasenvironment-feature-authorization</artifactId>
@@ -111,4 +106,4 @@
111106
<scope>test</scope>
112107
</dependency>
113108
</dependencies>
114-
</project>
109+
</project>

basyx.aasenvironment/basyx.aasenvironment.component/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
<classifier>tests</classifier>
6666
<scope>test</scope>
6767
</dependency>
68-
<dependency>
69-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
70-
<artifactId>basyx.mongodbcore</artifactId>
71-
<scope>test</scope>
72-
</dependency>
7368
<dependency>
7469
<groupId>org.eclipse.digitaltwin.basyx</groupId>
7570
<artifactId>basyx.conceptdescriptionrepository.component</artifactId>
@@ -181,11 +176,6 @@
181176
<groupId>org.apache.httpcomponents.client5</groupId>
182177
<artifactId>httpclient5</artifactId>
183178
</dependency>
184-
<dependency>
185-
<groupId>org.springframework.boot</groupId>
186-
<artifactId>spring-boot-starter-test</artifactId>
187-
<scope>test</scope>
188-
</dependency>
189179
<dependency>
190180
<groupId>org.eclipse.digitaltwin.basyx</groupId>
191181
<artifactId>basyx.mongodbcore</artifactId>

basyx.aasregistry/basyx.aasregistry-feature-search/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-core</artifactId>
36-
<version>2.21.1</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>com.fasterxml.jackson.core</groupId>
4039
<artifactId>jackson-annotations</artifactId>
41-
<version>2.21</version>
4240
</dependency>
4341
<dependency>
4442
<groupId>com.fasterxml.jackson.core</groupId>
4543
<artifactId>jackson-databind</artifactId>
46-
<version>2.21.2</version>
4744
</dependency>
4845
<dependency>
4946
<groupId>org.springframework</groupId>

basyx.aasrepository/basyx.aasrepository-feature-search/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
<groupId>org.eclipse.digitaltwin.basyx</groupId>
6464
<artifactId>basyx.aasrepository-backend</artifactId>
6565
</dependency>
66-
<dependency>
67-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
68-
<artifactId>basyx.aasservice-backend-mongodb</artifactId>
69-
<scope>test</scope>
70-
</dependency>
7166
<dependency>
7267
<groupId>org.eclipse.digitaltwin.basyx</groupId>
7368
<artifactId>basyx.aasservice-backend-mongodb</artifactId>

basyx.common/basyx.querycore/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-databind</artifactId>
3333
</dependency>
34-
<dependency>
35-
<groupId>com.fasterxml.jackson.core</groupId>
36-
<artifactId>jackson-databind</artifactId>
37-
</dependency>
3834
<dependency>
3935
<groupId>org.eclipse.digitaltwin.basyx</groupId>
4036
<artifactId>basyx.http</artifactId>

basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository-feature-search/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-core</artifactId>
44-
<version>2.21.1</version>
4544
</dependency>
4645
<dependency>
4746
<groupId>com.fasterxml.jackson.core</groupId>
4847
<artifactId>jackson-annotations</artifactId>
49-
<version>2.21</version>
5048
</dependency>
5149
<dependency>
5250
<groupId>com.fasterxml.jackson.core</groupId>
5351
<artifactId>jackson-databind</artifactId>
54-
<version>2.21.2</version>
5552
</dependency>
5653
<dependency>
5754
<groupId>org.springframework</groupId>

basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository-http/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>org.eclipse.digitaltwin.basyx</groupId>
1919
<artifactId>basyx.http</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>org.eclipse.digitaltwin.basyx</groupId>
23-
<artifactId>basyx.http</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>org.eclipse.digitaltwin.basyx</groupId>
2723
<artifactId>basyx.http</artifactId>

basyx.submodelregistry/basyx.submodelregistry-feature-search/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,14 @@
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-core</artifactId>
36-
<version>2.21.1</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>com.fasterxml.jackson.core</groupId>
4039
<artifactId>jackson-annotations</artifactId>
41-
<version>2.21</version>
4240
</dependency>
4341
<dependency>
4442
<groupId>com.fasterxml.jackson.core</groupId>
4543
<artifactId>jackson-databind</artifactId>
46-
<version>2.21.2</version>
4744
</dependency>
4845
<dependency>
4946
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)