Skip to content

Commit 3b8d58d

Browse files
committed
nfs: make spring dependency scope provided
Motivation: as nfs-spring module expected to be used in spring based application, we can expect spring libraries to be available at the runtime. Modification:A make spring dependency scope `provided` Result: less mess with transient dependencies for spring based apps. Acked-by: Lea Morschel Acked-by: Paul Millar Target: master
1 parent 5adb2b6 commit 3b8d58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework</groupId>
1919
<artifactId>spring-context</artifactId>
20+
<scope>provided</scope>
2021
</dependency>
2122
<dependency>
2223
<groupId>org.dcache</groupId>

0 commit comments

Comments
 (0)