Skip to content

Commit

Permalink
Merge pull request #93 from paketo-buildpacks/remove-tomcat-7
Browse files Browse the repository at this point in the history
Removes support for Tomcat 7
  • Loading branch information
Daniel Mikusa authored Jul 19, 2021
2 parents 5cb4a18 + 0da67ca commit 35fead8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ docker_credentials:
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}

dependencies:
- name: Tomcat 7
id: tomcat
version_pattern: "7\\.[\\d]+\\.[\\d]+"
uses: docker://ghcr.io/paketo-buildpacks/actions/tomcat-dependency:main
with:
uri: https://archive.apache.org/dist/tomcat/tomcat-7
- name: Tomcat 8
id: tomcat
version_pattern: "8\\.[\\d]+\\.[\\d]+"
Expand Down
12 changes: 0 additions & 12 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ description = "the Tomcat version"
default = "9.*"
build = true

[[metadata.dependencies]]
id = "tomcat"
name = "Apache Tomcat"
version = "7.0.109"
uri = "https://archive.apache.org/dist/tomcat/tomcat-7/v7.0.109/bin/apache-tomcat-7.0.109.tar.gz"
sha256 = "ebfeb051e6da24bce583a4105439bfdafefdc7c5bdd642db2ab07e056211cb31"
stacks = [ "io.buildpacks.stacks.bionic", "org.cloudfoundry.stacks.cflinuxfs3" ]

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://www.apache.org/licenses/"

[[metadata.dependencies]]
id = "tomcat"
name = "Apache Tomcat"
Expand Down

0 comments on commit 35fead8

Please sign in to comment.