Skip to content

Commit

Permalink
Spring Framework dependencies scope changed to provided.
Browse files Browse the repository at this point in the history
  • Loading branch information
xdcrafts committed Jan 18, 2017
1 parent c3f9f9e commit fde1fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,13 @@
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit fde1fc3

Please sign in to comment.