mands-springboot-logging
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marksandspencer</groupId> <artifactId>mands-springboot-logging</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.marksandspencer</groupId> <artifactId>mands-springboot-logging</artifactId> <version>1.0.1</version> <name>mands-springboot-logging</name> <description>A jar containing some conventions for logging in Marks and Spencer Spring Boot services</description> <url>https://github.com/DigitalInnovation/mands-springboot-logging</url> <licenses> <license> <name>MIT License</name> <url>https://raw.githubusercontent.com/DigitalInnovation/mands-springboot-logging/License.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>dotcom-services-team</id> <name>M&S dotcom services team</name> <email>grp-dotcom-services-team@mnscorp.onmicrosoft.com</email> </developer> </developers> <scm> <connection>scm:git@git.com:DigitalInnovation/mands-springboot-logging</connection> <developerConnection>scm:git@git.com:DigitalInnovation/mands-springboot-logging</developerConnection> <url>scm:git@git.com:DigitalInnovation/mands-springboot-logging</url> </scm> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>1.4.1.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>1.4.1.RELEASE</version> <scope>test</scope> </dependency> </dependencies> </project>