Repository: tomee Updated Branches: refs/heads/tomee-7.0.0-M1 9af25cac7 -> 5fa719292
Version Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5fa71929 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/5fa71929 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/5fa71929 Branch: refs/heads/tomee-7.0.0-M1 Commit: 5fa719292db360de26500b3da59fd1cdf98b16a5 Parents: 9af25ca Author: [email protected] <[email protected]> Authored: Tue Jun 16 01:26:26 2015 +0200 Committer: [email protected] <[email protected]> Committed: Tue Jun 16 01:26:26 2015 +0200 ---------------------------------------------------------------------- tck/cdi-tomee/pom.xml | 2 +- tomee/tomee-plus-webapp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/5fa71929/tck/cdi-tomee/pom.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml index e40476b..9daf762 100644 --- a/tck/cdi-tomee/pom.xml +++ b/tck/cdi-tomee/pom.xml @@ -134,7 +134,7 @@ <!-- debugging: said otherwise you can remove them, kept to ease future debugging if needed --> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>org.apache.tomee.patch</groupId> <artifactId>commons-jcs-jcache</artifactId> <version>${jcs.version}</version> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/tomee/blob/5fa71929/tomee/tomee-plus-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml index e1afcb5..609c37f 100644 --- a/tomee/tomee-plus-webapp/pom.xml +++ b/tomee/tomee-plus-webapp/pom.xml @@ -139,7 +139,7 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.commons</groupId> + <groupId>org.apache.tomee.patch</groupId> <artifactId>commons-jcs-jcache</artifactId> <version>${jcs.version}</version> <scope>runtime</scope>
