This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository openjpa.
commit 7cab78a8ef6fc053cdc3970ebc99bb42d2b9c9ce Author: Markus Koschany <[email protected]> Date: Fri Jun 23 14:41:39 2017 +0200 Build-depend on junit4. --- debian/control | 1 + debian/maven.rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c4d55c1..ebb1b57 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: ant, default-jdk, javacc, javahelper, + junit4, libcommons-collections3-java, libcommons-dbcp-java, libcommons-jci-rhino-java, diff --git a/debian/maven.rules b/debian/maven.rules index ddb16b2..6fcf034 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -2,7 +2,7 @@ commons-beanutils commons-beanutils jar s/.*/debian/ * * commons-collections commons-collections jar s/3\..*/3.x/ * * commons-dbcp commons-dbcp jar s/.*/debian/ * * -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * net.sourceforge.serp serp jar s/.*/debian/ * * org.apache.maven apache-maven pom s/.*/3.0.4/ * * org.apache.maven maven-aether-provider jar s/.*/3.0.4/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjpa.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

