This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 64767f0494e697f8a0c6fc74887df939ac11741a Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 19 11:31:17 2020 +0100 remove unused dependencies --- pollen-services/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index ee86168d..2c3d0ea7 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -106,16 +106,16 @@ </dependency--> <!-- API, java.xml.bind module --> - <dependency> + <!--dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - </dependency> + </dependency--> <!-- Runtime, com.sun.xml.bind module --> - <dependency> + <!--dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.apache.commons</groupId> @@ -250,10 +250,10 @@ <artifactId>bcpg-jdk15on</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - </dependency> + </dependency--> </dependencies> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.