lorax/tests/pylorax/blueprints/example-jboss.toml
Brian C. Lane c69c76e9c9 tests: Use wildcard versions for packages
Chasing updated package versions is silly. We already have other tests
to make sure the blueprints support version numbers there is no need to
fail a test at the whim of an upstream repo.
2019-12-11 10:56:23 -08:00

16 lines
257 B
TOML

name = "example-jboss"
description = "An example jboss server"
version = "0.0.1"
[[modules]]
name = "jboss-servlet-3.1-api"
version = "*"
[[modules]]
name = "jboss-interceptors-1.2-api"
version = "*"
[[modules]]
name = "java-1.8.0-openjdk"
version = "*"