Skip to content

Commit

Permalink
nfs: make spring dependency scope provided
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kofemann committed May 8, 2020
1 parent 5adb2b6 commit 3b8d58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.dcache</groupId>
Expand Down

0 comments on commit 3b8d58d

Please sign in to comment.