META-INF.maven.org.terracotta.management-core-resources.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache Show documentation
Show all versions of ehcache Show documentation
Ehcache is an open source, standards-based cache used to boost performance,
offload the database and simplify scalability. Ehcache is robust, proven and full-featured and
this has made it the most widely-used Java-based cache.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>org.terracotta</groupId> <artifactId>management-common</artifactId> <version>2.1.9</version> </parent> <artifactId>management-core-resources</artifactId> <name>management-core-resources</name> <description>Core library for Terracotta management JAX RS resources</description> <properties> <jersey.version>2.6</jersey.version> <hk2.version>2.2.0</hk2.version> <jackson.version>2.9.8</jackson.version> <metadata.build.jenkins.url>http://jenkins.terracotta.eur.ad.sag:8080/job/releasers/job/management-common_trunk_releaser/79/</metadata.build.jenkins.url> <metadata.build.maven.active.profiles>terracotta-repositories,release,tc-publish,fullmode</metadata.build.maven.active.profiles> <metadata.svn.revision/> </properties> <dependencies> <dependency> <groupId>org.terracotta</groupId> <artifactId>management-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.0</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>gf-40</groupId> <!-- <if your container implements Servlet API older than 3 use " jersey-container-servlet-core " --> <artifactId>gf.jersey-container-servlet</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-container-servlet-core</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-server</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-common</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-client</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-media-sse</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.javax.ws.rs-api</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>1.1.0.Final</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.jersey-guava</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.hk2-api</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.hk2-utils</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.aopalliance-repackaged</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.javax.inject</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.hk2-locator</artifactId> <version>${hk2.version}</version> </dependency> <dependency> <groupId>gf-3122</groupId> <artifactId>gf.osgi-resource-locator</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.javax.servlet-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty.version}</version> <!-- it's needed across the agents and the TMC --> <scope>compile</scope> <exclusions> <exclusion> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.18.1-GA</version> </dependency> <dependency> <groupId>gf-40</groupId> <artifactId>gf.javax.annotation-api</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <repositories> <repository> <id>terracotta-snapshots</id> <url>http://www.terracotta.org/download/reflector/snapshots</url> </repository> <repository> <id>terracotta-releases</id> <url>http://www.terracotta.org/download/reflector/releases</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>terracotta-snapshots</id> <url>http://www.terracotta.org/download/reflector/snapshots</url> </pluginRepository> <pluginRepository> <id>terracotta-releases</id> <url>http://www.terracotta.org/download/reflector/releases</url> </pluginRepository> </pluginRepositories> <distributionManagement> <repository> <id>terracotta-os-releases</id> <name>Terracotta OS Releases Repository</name> <url>${terracotta-os-releases-url}</url> </repository> <snapshotRepository> <id>terracotta-os-snapshots</id> <uniqueVersion>false</uniqueVersion> <name>Terracotta OS Snapshots Repository</name> <url>${terracotta-os-snapshots-url}</url> </snapshotRepository> </distributionManagement> <scm> <connection>scm:svn:http://svn.terracotta.org/svn/forge/projects/management-core/tags/release-2.1.9/trunk</connection> <developerConnection>scm:svn:https://svn.terracotta.org/repo/forge/projects/management-core/tags/release-2.1.9/trunk</developerConnection> </scm> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy