DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

spring-context - in alfresco-sdk-parent should be <scope> provided, not test #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to resolve spring-context at compile time, it is necessary to 
re-define the following dependency

          <dependency>
              <groupId>org.springframework</groupId>
              <artifactId>spring-context</artifactId>
              <version>3.0.6.RELEASE</version>
              <scope>provided</scope>
          </dependency>

in order to override the existing configuration in the alfresco-sdk-parent

          <dependency>
              <groupId>org.springframework</groupId>
              <artifactId>spring-context</artifactId>
              <version>3.0.6.RELEASE</version>
              <scope>test</scope>
          </dependency>

The provided scope ensures both test and compile.

Original issue reported on code.google.com by maurizio...@alfresco.com on 27 Sep 2013 at 2:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r700.

Original comment by maurizio...@alfresco.com on 28 Sep 2013 at 12:10

GoogleCodeExporter commented 9 years ago
Peer review is welcome

Original comment by maurizio...@alfresco.com on 28 Sep 2013 at 12:11