This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 22f2a0ed Remove test-jar type which is no more used
22f2a0ed is described below
commit 22f2a0eddba9c01b2cfa54c45c831e9ca8f4b90d
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Mar 3 16:40:25 2026 +0100
Remove test-jar type which is no more used
see https://github.com/apache/camel/pull/21577
Signed-off-by: Aurélien Pupier <[email protected]>
---
fhir/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/fhir/pom.xml b/fhir/pom.xml
index f614c3b6..df162ce5 100644
--- a/fhir/pom.xml
+++ b/fhir/pom.xml
@@ -121,7 +121,6 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-infra-fhir</artifactId>
<version>${project.version}</version>
- <type>test-jar</type>
<scope>test</scope>
</dependency>