This is an automated email from the git hooks/post-receive script. New commit to branch pollen-udpate-1.6 in repository pollen_1.x. See https://gitlab.nuiton.org/None/pollen_1.x.git commit e6a1b6c90d7e63897d8a086d71ae5f1d6435b2ef Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Nov 16 15:04:26 2015 +0100 Remove profil (too complicated) --- pollen-ui-struts2/pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/pollen-ui-struts2/pom.xml b/pollen-ui-struts2/pom.xml index a8a125a..3a0c8e2 100644 --- a/pollen-ui-struts2/pom.xml +++ b/pollen-ui-struts2/pom.xml @@ -102,6 +102,7 @@ <dependency> <groupId>org.nuiton.web</groupId> <artifactId>nuiton-web</artifactId> + <scope>runtime</scope> </dependency> <dependency> @@ -391,27 +392,6 @@ <profiles> <profile> - <id>do-release</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <properties> - <env>prod</env> - </properties> - - <dependencies> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jcl</artifactId> - <scope>runtime</scope> - </dependency> - </dependencies> - </profile> - - <profile> <id>assembly</id> <activation> <property> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.