nohttp-checkstyle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.spring.nohttp</groupId> <artifactId>nohttp-checkstyle</artifactId> <version>0.0.11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.spring.nohttp</groupId> <artifactId>nohttp-checkstyle</artifactId> <version>0.0.11</version> <name>nohttp-checkstyle</name> <description>nohttp-checkstyle</description> <url>https://spring.io/spring-security</url> <organization> <name>spring.io</name> <url>https://spring.io/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>rwinch</id> <name>Rob Winch</name> <email>rwinch@pivotal.io</email> </developer> <developer> <id>jgrandja</id> <name>Joe Grandja</name> <email>jgrandja@pivotal.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-security</connection> <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection> <url>https://github.com/spring-projects/spring-security</url> </scm> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <scope>compile</scope> <version>8.33</version> </dependency> <dependency> <groupId>io.spring.nohttp</groupId> <artifactId>nohttp</artifactId> <version>0.0.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> <version>4.12</version> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> <version>3.11.1</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> <version>2.23.4</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> <version>5.1.4.RELEASE</version> </dependency> </dependencies> </project>