<?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"> <parent> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-client</artifactId> <version>5.0.20</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cometd-java-client-common</artifactId> <name>CometD :: Java :: Client :: Common</name> <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>org.cometd.client</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-api-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-common</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>
<dependency> <groupId>org.cometd.java</groupId> <artifactId>cometd-java-client-common</artifactId> <version>5.0.20</version> </dependency>
org.cometd.java:cometd-java-client-common:5.0.20