eclipse-hawkbit / hawkbit-extensions

Eclipse Public License 2.0
20 stars 30 forks source link

add necessary validator for MongoDBArtifactStore #14

Closed michahirsch closed 6 years ago

michahirsch commented 6 years ago

Due the dependency hibernate-validator has been removed from the hawkbit-core it's not longer on the classpath anymore when executing the MongoDBArtifactStoreTest and fails with no valid validator on the classpath.

Signed-off-by: Michael Hirsch michael.hirsch@bosch-si.com