Exclude JDT/immutables.org annotations 70/106370/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Jun 2023 17:08:24 +0000 (19:08 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Jun 2023 17:10:48 +0000 (19:10 +0200)
These annotations do not have a runtime footprint and hence we should
not be pulling them in.

JIRA: ODLPARENT-302
Change-Id: I16ac79cd4203ee96e9e8e35abc679e71e2f126c4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
single-feature-parent/pom.xml

index 8acc6539252f7c2f973ffe89c4daf0590da9c83d..c09402c51306fce9c78655f64fb3f719382b5751 100644 (file)
                         <excludedArtifactId>j2objc-annotations</excludedArtifactId>
                         <excludedArtifactId>listenablefuture</excludedArtifactId>
 
+                        <!-- Eclipse JDK annotations -->
+                        <excludedArtifactId>org.eclipse.jdt.annotation</excludedArtifactId>
+
+                        <!-- Immutables.org annotations -->
+                        <excludedArtifactId>value</excludedArtifactId>
+
                         <!-- Our slf4j logging markers -->
                         <excludedArtifactId>logging-markers</excludedArtifactId>
                     </excludedArtifactIds>