plugins-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.adaptc.mws</groupId>
<artifactId>plugins-testing</artifactId>
<version>1.4-1722028972</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.adaptc.mws</groupId>
<artifactId>plugins-testing</artifactId>
<version>1.4-1722028972</version>
<name>MWS Plugins Testing</name>
<description>Classes and annotations used in testing MWS plugin projects using the plugin SDK.</description>
<url>http://github.com/adaptivecomputing/plugins-commons</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>bsaville</id>
<name>Brian Saville</name>
<email>bsaville@adaptivecomputing.com</email>
<organization>Adaptive Computing, Inc.</organization>
<organizationUrl>http://adaptivecomputing.com</organizationUrl>
<timezone>-7</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/adaptivecomputing/plugins-commons.git</connection>
<developerConnection>scm:git:https://github.com/adaptivecomputing/plugins-commons.git</developerConnection>
<url>http://github.com/adaptivecomputing/plugins-commons</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.adaptc.mws</groupId>
<artifactId>plugins-commons</artifactId>
<version>1.4-1722028972</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>1.0-groovy-2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>