
META-INF.maven.com.51degrees.device-detection.shared.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>pipeline.device-detection</artifactId> <groupId>com.51degrees</groupId> <version>4.5.0-alpha.362</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>device-detection.shared</artifactId> <name>51Degrees :: Device Detection :: Shared</name> <description>Shared functionality for implementing device detection engine for the 51Degrees Pipeline API</description> <url>https://51degrees.com</url> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>pipeline.engines.fiftyone</artifactId> <version>${pipeline.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>Jar Tests Package</id> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy