[Hawkular-commits] [hawkular/hawkular-alerts] 7e1a87: HAWKULAR-428 Reduce swagger packaging

Lucas Ponce ponce.ballesteros at gmail.com
Thu Jul 16 03:39:20 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular-alerts
  Commit: 7e1a875188abac817ef8bda0806a87d44f7ed4e5
      https://github.com/hawkular/hawkular-alerts/commit/7e1a875188abac817ef8bda0806a87d44f7ed4e5
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-07-15 (Wed, 15 Jul 2015)

  Changed paths:
    M hawkular-alerts-api/pom.xml
    M hawkular-alerts-engine/pom.xml
    M hawkular-alerts-rest/pom.xml

  Log Message:
  -----------
  HAWKULAR-428 Reduce swagger packaging
This solves the alerts component only.  Change the wordnik (swagger)
dependency scopes to provided. The -Pdocgen stuff is performed at
compile-time only.  We don't need the support at runtime so using
'provided' is the way to limit the transitive imports.  Note that the
engine module was actually depending on the transitive deps via the
api module, so we needed to add fasterxml deps to engine. We do this
via resteasy, which we can set as provided by WFly.  (although, I'm not
sure if we may want to use explicit fasterxml deps in the future to be
more explicit and to potentially protect against actually needed resteasy)


  Commit: 0e2159b99d6c224e2eacd734309e94d26655d966
      https://github.com/hawkular/hawkular-alerts/commit/0e2159b99d6c224e2eacd734309e94d26655d966
  Author: Lucas Ponce <ponce.ballesteros at gmail.com>
  Date:   2015-07-16 (Thu, 16 Jul 2015)

  Changed paths:
    M hawkular-alerts-api/pom.xml
    M hawkular-alerts-engine/pom.xml
    M hawkular-alerts-rest/pom.xml

  Log Message:
  -----------
  Merge pull request #71 from jshaughn/hwk-428

HAWKULAR-428 Reduce swagger packaging


Compare: https://github.com/hawkular/hawkular-alerts/compare/75b3c21aa391...0e2159b99d6c


More information about the hawkular-commits mailing list