<?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.bazaarvoice.emodb</groupId> <artifactId>emodb-parent</artifactId> <version>5.4.1</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>emodb-common-api</artifactId> <packaging>jar</packaging> <name>EmoDB Common API Classes</name> <dependencies> <!-- 3rd-party dependencies --> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <!-- Test dependencies --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.bazaarvoice.emodb</groupId> <artifactId>emodb-common-api</artifactId> <version>5.4.1</version> </dependency>
com.bazaarvoice.emodb:emodb-common-api:5.4.1