view main/src/main/resources/com/redhat/thermostat/main/internal/bootstrapbundles.properties @ 2765:ef101bb72531

Refactor package names, use new thermostat-common package from Maven Central These changes allow the agent to build pulling thermostat-common from Maven Central This patch: - renames the existing thermostat-common package to thermostat-agent- common. - use thermostat-common version 0.1.0 everywhere thermostat-lang- schema package was used - update the Gson package to 2.6.2 to conform with the version used in thermostat-common Reviewed-by: sgehwolf Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025214.html
author Simon Tooke <stooke@redhat.com>
date Fri, 29 Sep 2017 10:45:11 -0400
parents 8a51183ffad8
children
line wrap: on
line source

bundles=thermostat-shared-config-@project.version@.jar, \
        thermostat-storage-core-@project.version@.jar, \
        thermostat-common-core-@project.version@.jar, \
        thermostat-plugin-validator-@project.version@.jar, \
        thermostat-launcher-@project.version@.jar, \
        thermostat-common-@thermostat.common.version@.jar, \
        commons-cli-@commons-cli.version@.jar, \
        org.apache.felix.scr-@felix.scr.version@.jar, \
        gson-@gson.version@.jar, \
        jetty-client-@jetty.version@.jar, \
        jetty-http-@jetty.version@.jar, \
        jetty-io-@jetty.version@.jar, \
        jetty-util-@jetty.version@.jar, \
        javax.servlet-api-@jetty.javax.servlet.osgi.version@.jar
# FIXME Remove gson and everything below once DAOs moved out of storage-core