eclipse-hawkbit / hawkbit-extensions

Eclipse Public License 2.0
20 stars 30 forks source link

UAA extension references Jetty #6

Closed bobrigado closed 6 years ago

bobrigado commented 6 years ago

The UAA Integration extension includes a dependency on spring-boot-starter-jetty. There are no references to Jetty in the extension code, however. The autoconfiguration (UaaOAuthAutoConfiguration.java) has references to javax.servlet. These should be satisfied by including a dependency on javax.servlet-api.

kaizimmerm commented 6 years ago

These are runtime dependencies necessary to run this as a Boot application.