META-INF.maven.dev.ikm.tinkar.data-ephemeral-provider.pom.xml Maven / Gradle / Ivy
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>dev.ikm.tinkar</groupId> <artifactId>provider</artifactId> <version>1.58.0</version> </parent> <artifactId>data-ephemeral-provider</artifactId> <packaging>jar</packaging> <name>TINKAR Provider Data - Ephemeral</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>entity-provider</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>search-provider</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>collection</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>component</artifactId> </dependency> <dependency> <groupId>${tinkar-jpms-deps.groupId}</groupId> <artifactId>eclipse-collections</artifactId> </dependency> <dependency> <groupId>${tinkar-jpms-deps.groupId}</groupId> <artifactId>eclipse-collections-api</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> </plugins> </build> </project>