camel-google-calendar
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-calendar</artifactId> <version>4.14.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-google-parent</artifactId> <version>4.14.0</version> </parent> <groupId>org.apache.camel</groupId> <artifactId>camel-google-calendar</artifactId> <version>4.14.0</version> <name>Camel :: Google :: Calendar</name> <description>Camel Component for GoogleCalendar</description> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <properties> <schemeName>google-calendar</schemeName> <componentPackage>org.apache.camel.component.google.calendar</componentPackage> <componentName>GoogleCalendar</componentName> <outPackage>org.apache.camel.component.google.calendar.internal</outPackage> </properties> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-support</artifactId> <version>4.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client</artifactId> <version>1.47.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson2</artifactId> <version>1.47.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-gson</artifactId> <version>1.47.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-apache-v2</artifactId> <version>1.47.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-calendar</artifactId> <version>v3-rev20250404-2.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> </exclusion> <exclusion> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>2.8.1</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> <exclusion> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> <version>1.39.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-jetty</artifactId> <version>1.39.0</version> <scope>compile</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-api-component-maven-plugin</artifactId> <version>${project.version}</version> <configuration> <scheme>${schemeName}</scheme> <componentName>${componentName}</componentName> <componentPackage>${componentPackage}</componentPackage> <outPackage>${outPackage}</outPackage> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-api-component-maven-plugin</artifactId> <executions> <execution> <id>generate-test-component-classes</id> <goals> <goal>fromApis</goal> </goals> <configuration> <apis> <api> <apiName>acl</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Acl</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>list</apiName> <proxyClass>com.google.api.services.calendar.Calendar$CalendarList</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>calendars</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Calendars</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>channels</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Channels</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>colors</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Colors</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>freebusy</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Freebusy</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>events</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Events</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> <api> <apiName>settings</apiName> <proxyClass>com.google.api.services.calendar.Calendar$Settings</proxyClass> <fromJavasource> <includeSetters>true</includeSetters> </fromJavasource> </api> </apis> <substitutions> <substitution> <method>^.+$</method> <argName>content</argName> <argType>com.google.api.services.calendar.model.Channel</argType> <replacement>contentChannel</replacement> </substitution> </substitutions> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-calendar</artifactId> <version>${google-api-services-calendar-version}</version> <classifier>sources</classifier> </dependency> </dependencies> </plugin> </plugins> </build> </project>