kylo-metadata-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-metadata-core</artifactId> <version>0.10.0</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>kylo-metadata-core</artifactId> <parent> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-metadata</artifactId> <version>0.10.0</version> </parent> <properties> <plugin.license.parentRelative>../../</plugin.license.parentRelative> </properties> <dependencies> <dependency> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-metadata-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-commons-util7</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>${projectreactor.version}</version> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-bus</artifactId> <version>${projectreactor.version}</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <optional>true</optional> </dependency> <!-- Testing --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> </dependencies> </project>