common-flink-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.wicp.tams</groupId> <artifactId>common-flink-api</artifactId> <version>6.1.1</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.wicp.tams</groupId> <artifactId>common</artifactId> <version>6.1.1</version> </parent> <artifactId>common-flink-api</artifactId> <properties> <java.version>11</java.version> </properties> <dependencies> <dependency> <groupId>net.wicp.tams</groupId> <artifactId>common-apiext</artifactId> </dependency> <dependency> <groupId>net.wicp.tams</groupId> <artifactId>common-calcite</artifactId> </dependency> <dependency> <groupId>net.wicp.tams</groupId> <artifactId>common-kubernetes</artifactId> </dependency> <!-- 1.15.1 java.lang.ClassNotFoundException: org.apache.calcite.sql.SqlNode --> </dependencies> <build> <plugins> <!--plugin> <groupId>io.fabric8</groupId> <artifactId>java-generator-maven-plugin</artifactId> <version>7.1.0</version> <configuration> <source>src/main/resources/crd</source> </configuration> <executions> <execution> <goals> <goal>generate</goal> </goals> </execution> </executions> </plugin--> </plugins> </build> </project>