Skip to content

Commit

Permalink
libbs Update
Browse files Browse the repository at this point in the history
This change updates the buildpack to use libbs which removes duplication of
build-system common behaviors.

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Apr 21, 2020
1 parent 72f6065 commit 7a6241f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 599 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go 1.14

require (
github.com/buildpacks/libcnb v1.8.0
github.com/mattn/go-shellwords v1.0.10
github.com/onsi/gomega v1.9.0
github.com/paketo-buildpacks/libjvm v1.10.4
github.com/paketo-buildpacks/libbs v1.0.0
github.com/paketo-buildpacks/libpak v1.27.5
github.com/sclevine/spec v1.4.0
github.com/stretchr/testify v1.5.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ github.com/onsi/ginkgo v1.12.0/go.mod h1:oUhWkIvk5aDxtKvDDuw8gItl8pKl42LzjC9KZE0
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.9.0 h1:R1uwffexN6Pr340GtYRIdZmAiN4J+iw6WG4wog1DUXg=
github.com/onsi/gomega v1.9.0/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
github.com/paketo-buildpacks/libbs v1.0.0 h1:DxsO+0FkgAr8FC+/6CSA8QSeQ8ncI7wNFt0L1m8M/ho=
github.com/paketo-buildpacks/libbs v1.0.0/go.mod h1:PSwqXBDCznpGgNao/L/qbhrZiIV7qrtYFavZ0FrA/DI=
github.com/paketo-buildpacks/libjvm v1.10.4 h1:JXXiypzBzW72v3lERdQzAmbvgGd68UEpnjJTBJiel4M=
github.com/paketo-buildpacks/libjvm v1.10.4/go.mod h1:Erul55CiZ3hTd9m/dJ1MV0tfa+86pnYIOEUQSbn39jc=
github.com/paketo-buildpacks/libpak v1.27.5 h1:gcYvzepgfYjl/Ae7lKqZGasVklC1y9cNAGF4AMPntJk=
Expand Down
193 changes: 0 additions & 193 deletions sbt/application.go

This file was deleted.

Loading

0 comments on commit 7a6241f

Please sign in to comment.