Unverified Commit 1361691d authored by Gerard Olenski's avatar Gerard Olenski
Browse files

Scope provided for spring dependency

parent 975f017b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <scope>provided</scope>
        </dependency>

        <!-- Access to JUnit runner classes -->