test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.linkedin.pegasus</groupId>
<artifactId>test</artifactId>
<version>0.1.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.linkedin.pegasus</groupId>
<artifactId>test</artifactId>
<version>0.1.4</version>
<name>test</name>
<description>SBT plugin for rest.li that provides all the build tasks required to build rest.li applications.</description>
<url>http://github.com/linkedin/rest.li-sbt-plugin</url>
<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>jpbetz</id>
<name>Joe Betz</name>
</developer>
<developer>
<id>brikis98</id>
<name>Jim Brikman</name>
</developer>
<developer>
<name>Dean Thompson</name>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:linkedin/rest.li-sbt-plugin.git</connection>
<developerConnection>scm:git:git@github.com:linkedin/rest.li-sbt-plugin.git</developerConnection>
<url>git@github.com:linkedin/rest.li-sbt-plugin.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>log-test-config</artifactId>
<groupId>com.linkedin.pegasus</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>google-collections</artifactId>
<groupId>com.google.collections</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>log-test-config</artifactId>
<groupId>com.linkedin.pegasus</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>google-collections</artifactId>
<groupId>com.google.collections</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>log-test-config</artifactId>
<groupId>com.linkedin.pegasus</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>google-collections</artifactId>
<groupId>com.google.collections</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>