Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModelMapper as optional dependency #230

Closed
bmeurant opened this issue Feb 15, 2014 · 1 comment
Closed

ModelMapper as optional dependency #230

bmeurant opened this issue Feb 15, 2014 · 1 comment
Assignees
Milestone

Comments

@bmeurant
Copy link
Member

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

@bmeurant bmeurant added this to the 2.1.5 milestone Feb 15, 2014
@bmeurant bmeurant self-assigned this Feb 15, 2014
@bmeurant
Copy link
Member Author

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant