From b2aa36c813da388778317e9eef01c46c450118bd Mon Sep 17 00:00:00 2001 From: Wojtek Polcwiartek Date: Thu, 4 Dec 2014 14:10:13 +0100 Subject: [PATCH] Added mockito-all as dependency --- pom.xml | 360 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 181 insertions(+), 179 deletions(-) diff --git a/pom.xml b/pom.xml index 1f2d4d3..f3e4d77 100644 --- a/pom.xml +++ b/pom.xml @@ -1,181 +1,183 @@ - - 4.0.0 - - jp.co.worksap.oss - worksap-parent - 1.1.4 - - findbugs-plugin - 0.0.3-SNAPSHOT - https://github.com/WorksApplications/findbugs-plugin - WorksApplications Findbugs plugin set - - git@github.com:WorksApplications/findbugs-plugin.git - scm:git:git@github.com:WorksApplications/findbugs-plugin.git - scm:git:git@github.com:WorksApplications/findbugs-plugin.git - - - - eller86 - Kengo TODA - http://skypencil.jp/ - - - wliyongfeng - Yongfeng LI - https://github.com/wliyongfeng - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - - - - - maven-compiler-plugin - - 1.7 - 1.7 - ${project.build.sourceEncoding} - - - - - maven-resources-plugin - - - prepare-package - - copy-resources - - - ${project.build.outputDirectory} - - - src/main/meta - - - - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.0 - - - package - - shade - - - false - - - - - - org.jacoco - jacoco-maven-plugin - 0.6.3.201306030806 - - - prepare-agent - - prepare-agent - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 2.0.1 - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.jacoco - - jacoco-maven-plugin - - - [0.6.3.201306030806,) - - - prepare-agent - - - - - - - - - - - - - - - com.google.code.findbugs - findbugs - 3.0.0 - provided - - - com.google.guava - guava - - - org.hamcrest - hamcrest-library - - - junit - junit - - - - org.hibernate.javax.persistence - hibernate-jpa-2.0-api - 1.0.1.Final - test - - - org.hibernate - hibernate-entitymanager - 4.1.6.Final - test - - - org.apache.openjpa - openjpa - 2.2.2 - test - - + + 4.0.0 + + jp.co.worksap.oss + worksap-parent + 1.1.4 + + findbugs-plugin + 0.0.3-SNAPSHOT + https://github.com/WorksApplications/findbugs-plugin + WorksApplications Findbugs plugin set + + git@github.com:WorksApplications/findbugs-plugin.git + scm:git:git@github.com:WorksApplications/findbugs-plugin.git + scm:git:git@github.com:WorksApplications/findbugs-plugin.git + + + + eller86 + Kengo TODA + http://skypencil.jp/ + + + wliyongfeng + Yongfeng LI + https://github.com/wliyongfeng + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + + + maven-compiler-plugin + + 1.7 + 1.7 + ${project.build.sourceEncoding} + + + + + maven-resources-plugin + + + prepare-package + + copy-resources + + + ${project.build.outputDirectory} + + + src/main/meta + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.0 + + + package + + shade + + + false + + + + + + org.jacoco + jacoco-maven-plugin + 0.6.3.201306030806 + + + prepare-agent + + prepare-agent + + + + + + org.eluder.coveralls + coveralls-maven-plugin + 2.0.1 + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + + jacoco-maven-plugin + + + [0.6.3.201306030806,) + + + prepare-agent + + + + + + + + + + + + + + + com.google.code.findbugs + findbugs + 3.0.0 + provided + + + com.google.guava + guava + + + org.hamcrest + hamcrest-library + + + junit + junit + + + org.mockito + mockito-all + 1.10.8 + + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.1.Final + test + + + org.hibernate + hibernate-entitymanager + 4.1.6.Final + test + + + org.apache.openjpa + openjpa + 2.2.2 + test + +