resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

ModelMapper as optional dependency #230

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

ModelMapper is today a mandatory dependency but is not required by resthub. Should at least move to an optional dependency.

bmeurant commented 10 years ago

if needed, modelmapper should be explicitely added to project:

        <dependency>
            <groupId>org.modelmapper</groupId>
            <artifactId>modelmapper</artifactId>
            <version>0.6.3</version>
        </dependency>

        <dependency>
            <groupId>org.modelmapper.extensions</groupId>
            <artifactId>modelmapper-spring</artifactId>
            <version>0.6.3</version>
        </dependency>