kafka-connect-transform-xml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.selamanse.kafka.connect</groupId> <artifactId>kafka-connect-transform-xml</artifactId> <version>0.1.5.3</version> </dependency>
<?xml version="1.0"?> <!-- Copyright © 2024 Ferdi Gueran (ferdi.gueran@deepshore.de) Copyright © 2017 Jeremy Custenborder (jcustenborder@gmail.com) Licensed 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 http://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> <groupId>io.github.selamanse.kafka.connect</groupId> <artifactId>kafka-connect-transform-xml</artifactId> <version>0.1.5.3</version> <name>kafka-connect-transform-xml</name> <url>https://github.com/deepshore/kafka-connect-transform-xml</url> <inceptionYear>2024</inceptionYear> <description>Kafka Connect transformation for handling Xml data based on a XSD. This transformation will convert text based Xml</description> <properties> <java.version>17</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <kafka.version>3.7.0</kafka.version> <connect-utils.version>[0.7.166,0.7.2000)</connect-utils.version> <kafka-connect-style.version>[1.1.0,1.1.1000)</kafka-connect-style.version> <confluent.hub.packaging.version>0.12.0</confluent.hub.packaging.version> <mockito.version>4.8.0</mockito.version> <junit.version>[5.0.0,6.0.0)</junit.version> <maven.checkstyle.version>3.1.2</maven.checkstyle.version> <surefire.version>3.2.5</surefire.version> <failsafe.version>2.22.2</failsafe.version> </properties> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Jeremy Custenborder</name> <email>jeremy@confluent.io</email> <url>https://github.com/jcustenborder</url> <roles> <role>maintainer</role> </roles> </developer> <developer> <name>Ferdi Gueran</name> <email>ferdi.gueran@deepshore.de</email> <url>https://github.com/deepshore</url> <roles> <role>maintainer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/deepshore/kafka-connect-transform-xml.git </connection> <developerConnection>scm:git:git@github.com:deepshore/kafka-connect-transform-xml.git </developerConnection> <url>https://github.com/deepshore/kafka-connect-transform-xml</url> </scm> <issueManagement> <system>github</system> <url>https://github.com/deepshore/kafka-connect-transform-xml/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-bom</artifactId> <version>${mockito.version}</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>${junit.version}</version> <type>pom</type> <scope>import</scope> </dependency> <!-- https://mvnrepository.com/artifact/com.github.jcustenborder.kafka.connect/connect-utils --> <dependency> <groupId>com.github.jcustenborder.kafka.connect</groupId> <artifactId>connect-utils</artifactId> <version>${connect-utils.version}</version> </dependency> <dependency> <groupId>com.github.jcustenborder.kafka.connect</groupId> <artifactId>connect-utils-jackson</artifactId> <version>${connect-utils.version}</version> </dependency> <dependency> <groupId>com.github.jcustenborder.kafka.connect</groupId> <artifactId>connect-utils-parser</artifactId> <version>${connect-utils.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>connect-json</artifactId> <version>${kafka.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>connect-api</artifactId> <version>${kafka.version}</version> <scope>provided</scope> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients --> <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${kafka.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.17.1</version> </dependency> <dependency> <groupId>com.palantir.conjure.java.runtime</groupId> <artifactId>conjure-java-jackson-serialization</artifactId> <version>7.3.0</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.21</version> <scope>provided</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.13</version> <scope>test</scope> </dependency> <dependency> <groupId>io.github.selamanse.kafka.connect</groupId> <artifactId>xjc-kafka-connect-plugin</artifactId> <version>0.2.16</version> </dependency> <dependency> <groupId>io.github.selamanse.kafka.connect</groupId> <artifactId>kafka-connect-xml</artifactId> <version>0.2.16</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-xjc</artifactId> <version>4.0.5</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>4.0.5</version> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-core</artifactId> <version>4.0.5</version> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.22.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>${surefire.version}</version> <configuration> <argLine>-Djava.awt.headless=true</argLine> </configuration> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> <configuration> <configLocation>checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <includeResources>false</includeResources> <includeTestResources>false</includeTestResources> <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>com.github.jcustenborder.kafka.connect</groupId> <artifactId>kafka-connect-checkstyle</artifactId> <version>1.0.0.0</version> </dependency> </dependencies> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> <inherited>true</inherited> <configuration> <source>${java.version}</source> <target>${java.version}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.7.0</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <detectJavaApiLink>false</detectJavaApiLink> <source>11</source> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.4.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> <tokenAuth>true</tokenAuth> </configuration> </plugin> </plugins> </build> <distributionManagement> <repository> <id>github</id> <name>GitHub deepshore Apache Maven Packages</name> <url>https://maven.pkg.github.com/deepshore/kafka-connect-transform-xml</url> </repository> </distributionManagement> <repositories> <repository> <id>confluent</id> <url>https://repo.maven.apache.org/maven2/</url> </repository> <repository> <id>github</id> <url>https://maven.pkg.github.com/deepshore/xjc-kafka-connect-plugin</url> </repository> </repositories> </project>