This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See http://git.nuiton.org/i18n.git commit 4e5fae44f607df84a39bfc0c35c9c9c378ee7fc2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 12:37:51 2016 +0100 Optimize dependencies (see #3881) --- i18n-maven-plugin/pom.xml | 5 ++++- pom.xml | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index 659eeb2..6a46092 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -65,7 +65,10 @@ <groupId>com.tunnelvisionlabs</groupId> <artifactId>antlr4-runtime</artifactId> </dependency> - + <dependency> + <groupId>com.tunnelvisionlabs</groupId> + <artifactId>antlr4-annotations</artifactId> + </dependency> <dependency> <groupId>org.nuiton.processor</groupId> <artifactId>nuiton-processor</artifactId> diff --git a/pom.xml b/pom.xml index 50c9da4..d4dbdf0 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,7 @@ <mavenVersion>3.3.9</mavenVersion> <helperPluginVersion>2.3-SNAPSHOT</helperPluginVersion> + <antlr4Version>4.5</antlr4Version> </properties> <dependencyManagement> @@ -134,7 +135,12 @@ <dependency> <groupId>com.tunnelvisionlabs</groupId> <artifactId>antlr4-runtime</artifactId> - <version>4.5</version> + <version>${antlr4Version}</version> + </dependency> + <dependency> + <groupId>com.tunnelvisionlabs</groupId> + <artifactId>antlr4-annotations</artifactId> + <version>${antlr4Version}</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.