kawala-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6</version>
</dependency><?xml version="1.0"?>
<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.kaching.platform</groupId>
<artifactId>kawala-parent</artifactId>
<version>0.1.6</version>
<relativePath>../kawala-parent/pom.xml</relativePath>
</parent>
<groupId>com.kaching.platform</groupId>
<artifactId>kawala-common</artifactId>
<version>0.1.6</version>
<packaging>jar</packaging>
<name>Kawala - Common</name>
<url>http://github.com/wealthfront/kawala</url>
<description>Useful common code used in kawala</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>wealthfront-eng</id>
<name>Wealthfront Engineering</name>
<email>kawala@wealthfront.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>13.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.perf4j</groupId>
<artifactId>perf4j</artifactId>
<version>0.9.14</version>
</dependency>
</dependencies>
<scm>
<connection>scm:git:git@github.com:wealthfront/kawala.git</connection>
<developerConnection>scm:git:git@github.com:wealthfront/kawala.git</developerConnection>
<url>git@github.com:wealthfront/kawala.git</url>
</scm>
</project>