playground
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bakdata.playground</groupId>
<artifactId>playground</artifactId>
<version>1.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.bakdata.playground</groupId>
<artifactId>playground</artifactId>
<version>1.1.1</version>
<name>com.bakdata.playground:playground</name>
<description>An application to reset the state of Kafka Connect connectors</description>
<url>https://github.com/bakdata/playground</url>
<organization>
<name>bakdata.com</name>
<url>https://github.com/bakdata</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/bakdata/playground/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>philipp94831</id>
<name>Philipp Schirmer</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bakdata/playground.git</connection>
<developerConnection>scm:git:ssh://github.com/bakdata/playground.git</developerConnection>
<url>https://github.com/bakdata/playground</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/bakdata/playground/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-json</artifactId>
<version>3.5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.5.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.bakdata.seq2</groupId>
<artifactId>seq2</artifactId>
<version>1.0.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.22.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>