This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository sammoa. See http://git.codelutin.com/sammoa.git commit b01ca4e6e1db249e3fd1dc1f143b27cedb693e58 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Jun 5 15:04:05 2015 +0200 add .gitignore + use codelutinpom and introduce dependencies (refs #7191) --- .gitignore | 12 ++++++++++++ pom.xml | 38 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f92d132 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +/.idea +/*/.idea +/target +/*/target/ +/*.iml +/*/*.iml +/*.ipr +/*/*.ipr +/*.iws +/*/*.iws +/*~ +/*/*~ \ No newline at end of file diff --git a/pom.xml b/pom.xml index ba4134e..04d5e5b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version></version> + <version>2.2</version> </parent> <groupId>fr.ulr</groupId> @@ -190,7 +190,33 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>${guavaVersion}</version> + <version>18.0</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.4</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>4.0</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> </dependency> <dependency> @@ -396,6 +422,14 @@ <artifactId>nrjavaserial</artifactId> <version>3.7.5.1</version> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.