micro-slack
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oath.microservices</groupId> <artifactId>micro-slack</artifactId> <version>1.0.1</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.oath.microservices</groupId> <artifactId>micro-slack</artifactId> <version>1.0.1</version> <name>Microserver micro-slack</name> <description>Opinionated rest microservices</description> <url>https://github.com/aol/micro-server</url> <inceptionYear>2015</inceptionYear> <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>johnmcclean-aol</id> <name>John McClean</name> <email>john.mcclean@teamaol.com</email> </developer> <developer> <id>davidartplus</id> <name>David Guzman</name> <email>david.guzman@teamaol.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:aol/micro-server.git</connection> <developerConnection>scm:git@github.com:aol/micro-server.git</developerConnection> <url>scm:git@github.com:aol/micro-server.git</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>1.1.5.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>com.jayway.restassured</groupId> <artifactId>rest-assured</artifactId> <version>2.8.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.oath.microservices</groupId> <artifactId>micro-grizzly-with-jersey</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.oath.microservices</groupId> <artifactId>micro-general-exception-mapper</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> </dependencies> </project>