Skip to content

Commit eeff5c6

Browse files
committed
Fixing spring security dependency because of Javadoc plugin failure
1 parent df3a015 commit eeff5c6

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
</plugin>
153153
<plugin>
154154
<artifactId>maven-javadoc-plugin</artifactId>
155-
<version>2.6.1</version>
155+
<version>2.8</version>
156156
<configuration>
157157
<quiet>true</quiet>
158158
</configuration>

samples/airline/server/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@
244244
<dependency>
245245
<groupId>org.springframework.security</groupId>
246246
<artifactId>spring-security-core</artifactId>
247+
<classifier>tests</classifier>
248+
<scope>compile</scope>
247249
</dependency>
248250
<dependency>
249251
<groupId>org.springframework.security</groupId>
@@ -264,12 +266,5 @@
264266
<groupId>org.apache.ws.commons.schema</groupId>
265267
<artifactId>XmlSchema</artifactId>
266268
</dependency>
267-
<!-- Test dependencies -->
268-
<dependency>
269-
<groupId>org.springframework.security</groupId>
270-
<artifactId>spring-security-core</artifactId>
271-
<classifier>tests</classifier>
272-
<scope>test</scope>
273-
</dependency>
274269
</dependencies>
275270
</project>

0 commit comments

Comments
 (0)