lorax/tests/pylorax/blueprints/jboss.toml
Brian C. Lane b4096ccb62 Add the tests from lorax-composer branch
These currently fail for several reasons and will be adjusted as the
code it ported to this branch.
2018-05-17 10:34:34 -07:00

15 lines
245 B
TOML

name = "jboss"
description = "An example jboss server"
[[modules]]
name = "jboss-servlet-3.0-api"
version = "1.0.*"
[[modules]]
name = "jboss-interceptors-1.1-api"
version = "1.0.*"
[[modules]]
name = "java-1.8.0-openjdk"
version = "1.8.0.*"