This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a799d0c4daa97e6a3bfc1fbe8b284479052871f8 Author: Tom Cunningham <[email protected]> AuthorDate: Fri Feb 20 11:53:46 2026 -0500 Remove source dependency on camel-olingo4-api and add a reference to apiSrcDir --- .../camel-olingo4/camel-olingo4-component/pom.xml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/components/camel-olingo4/camel-olingo4-component/pom.xml b/components/camel-olingo4/camel-olingo4-component/pom.xml index 4ff215c50411..c9d14c51c75c 100644 --- a/components/camel-olingo4/camel-olingo4-component/pom.xml +++ b/components/camel-olingo4/camel-olingo4-component/pom.xml @@ -51,15 +51,6 @@ <artifactId>camel-olingo4-api</artifactId> <version>${project.version}</version> </dependency> - <!-- Component API source to read API signatures --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-olingo4-api</artifactId> - <version>${project.version}</version> - <classifier>sources</classifier> - <scope>provided</scope> - <optional>true</optional> - </dependency> <dependency> <groupId>org.apache.olingo</groupId> <artifactId>odata-client-api</artifactId> @@ -115,6 +106,7 @@ <goal>fromApis</goal> </goals> <configuration> + <apiSrcDir>../camel-olingo4-api/src/main/java</apiSrcDir> <apis> <api> <apiName /> @@ -141,15 +133,6 @@ </configuration> </execution> </executions> - <dependencies> - <!-- Component API to read API --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-olingo4-api</artifactId> - <version>${project.version}</version> - <classifier>sources</classifier> - </dependency> - </dependencies> </plugin> </plugins> </build>
