From 32962f2d1928971f25ed1d64eabc0de853253353 Mon Sep 17 00:00:00 2001 From: Gareth Evans Date: Wed, 9 Mar 2022 08:30:06 +0000 Subject: [PATCH] Add tomee-dependency to pipeline-descriptor --- .github/pipeline-descriptor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index b0d66d2b..0a7fd07c 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -74,5 +74,7 @@ actions: target: ghcr.io/paketo-buildpacks/actions/spring-generations - source: tomcat-dependency target: ghcr.io/paketo-buildpacks/actions/tomcat-dependency +- source: tomee-dependency + target: ghcr.io/paketo-buildpacks/actions/tomee-dependency - source: yourkit-dependency target: ghcr.io/paketo-buildpacks/actions/yourkit-dependency