
META-INF.maven.com.thinkbiganalytics.kylo.kylo-commons-test.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.thinkbiganalytics.kylo</groupId> <artifactId>kylo-commons</artifactId> <version>0.10.0</version> </parent> <artifactId>kylo-commons-test</artifactId> <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-security-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-joda</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-test</artifactId> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy