This is an automated email from the git hooks/post-receive script. New commit to branch feature/7459 in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 593e87e06c560e2a7b3ee47ac9d44716e65aaca5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Apr 22 13:35:31 2016 +0200 Meilleur gestion des dépendences --- pom.xml | 7 +++++++ tutti-caliper/pom.xml | 14 ++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 4e738ac..b68d3ea 100644 --- a/pom.xml +++ b/pom.xml @@ -529,6 +529,13 @@ <scope>runtime</scope> </dependency> + <!-- Serial port reading --> + <dependency> + <groupId>com.neuronrobotics</groupId> + <artifactId>nrjavaserial</artifactId> + <version>3.7.5.1</version> + </dependency> + <!-- JFreeChart --> <dependency> <groupId>org.jfree</groupId> diff --git a/tutti-caliper/pom.xml b/tutti-caliper/pom.xml index 36a564f..828c127 100644 --- a/tutti-caliper/pom.xml +++ b/tutti-caliper/pom.xml @@ -57,6 +57,12 @@ <artifactId>guava</artifactId> </dependency> + <!-- Serial port reading --> + <dependency> + <groupId>com.neuronrobotics</groupId> + <artifactId>nrjavaserial</artifactId> + </dependency> + <!-- Logging --> <dependency> <groupId>org.slf4j</groupId> @@ -75,14 +81,6 @@ <scope>test</scope> </dependency> - <!-- Serial port reading --> - <dependency> - <groupId>com.neuronrobotics</groupId> - <artifactId>nrjavaserial</artifactId> - <version>3.7.5.1</version> - </dependency> - - </dependencies> </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.