Skip to content

Commit 90828a0

Browse files
committed
Move Aspect Model serializer functionality to core Java module
This removes the separate esmf-aspect-model-serializer module. This makes it possible to use the serializer functionality in other parts of the core Java module. From a user's point of view, if they use the esmf-aspect-model-starter, nothing changes.
1 parent 901a11e commit 90828a0

File tree

19 files changed

+7
-395
lines changed

19 files changed

+7
-395
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
55
* information regarding authorship.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
55
* information regarding authorship.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
55
* information regarding authorship.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH
2+
* Copyright (c) 2025 Robert Bosch Manufacturing Solutions GmbH
33
*
44
* See the AUTHORS file(s) distributed with this work for additional
55
* information regarding authorship.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

core/esmf-aspect-model-aas-generator/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<name>ESMF Aspect Model AAS Generator</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.eclipse.esmf</groupId>
19-
<artifactId>esmf-aspect-model-serializer</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.eclipse.esmf</groupId>
2319
<artifactId>esmf-aspect-meta-model-java</artifactId>

core/esmf-aspect-model-document-generators/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@
9090
<groupId>com.google.guava</groupId>
9191
<artifactId>guava</artifactId>
9292
</dependency>
93-
<dependency>
94-
<groupId>org.eclipse.esmf</groupId>
95-
<artifactId>esmf-aspect-model-serializer</artifactId>
96-
</dependency>
9793

9894
<!-- Test dependencies -->
9995
<dependency>

0 commit comments

Comments
 (0)