<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
- <scope>provided</scope>
</dependency>
<!-- Needed for the mapping of error responses -->
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${springframework.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>