Repository: archiva Updated Branches: refs/heads/master a4dda1b38 -> ff1a92ee1
trying to help jenkins build Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/ff1a92ee Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/ff1a92ee Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/ff1a92ee Branch: refs/heads/master Commit: ff1a92ee19e7eae5a95dd4f0e340b82a7141a3a1 Parents: a4dda1b Author: Olivier Lamy <[email protected]> Authored: Sat May 30 22:06:50 2015 +1000 Committer: Olivier Lamy <[email protected]> Committed: Sat May 30 22:06:50 2015 +1000 ---------------------------------------------------------------------- .../src/main/resourcesstatic/archetype-resources/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/ff1a92ee/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml index 8674738..92681f0 100644 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml @@ -100,6 +100,17 @@ </dependency> <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> <exclusions>
