diff options
author | Olivier Lamy <olamy@apache.org> | 2014-04-05 11:56:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-04-05 11:56:24 +0000 |
commit | 0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505 (patch) | |
tree | 074db86a9ac0ff851ffff3a32fe7bb2f0bcfdbad /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 6c941b6ec055eead81134e672c578c129aa7a8a6 (diff) | |
download | archiva-0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505.tar.gz archiva-0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505.zip |
cassndra part of the build in default profile as we are now 1.7
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1585069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 72a3c0d67..ba009dd0d 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -134,6 +134,11 @@ </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>metadata-store-cassandra</artifactId> + </dependency> + + <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> </dependency> @@ -1094,19 +1099,4 @@ </plugins> </build> - <profiles> - <profile> - <id>cassandra</id> - <properties> - <archiva.repositorySessionFactory.id>cassandra</archiva.repositorySessionFactory.id> - </properties> - <dependencies> - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>metadata-store-cassandra</artifactId> - </dependency> - </dependencies> - </profile> - </profiles> - </project> |