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

Change ebean artifact such that ebean-ddl-generator is a dependency of ebean-test and ebean-autotune optional #2162

Closed
rbygrave opened this issue Feb 12, 2021 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file reason-for-version-bump
Milestone

Comments

@rbygrave
Copy link
Member

That is DDL generation is generally only required when running tests hence ebean-ddl-generator is a dependency of ebean-test (and not ebean).

Also change such that people looking to use the optional autotune functionality explicitly include the ebean-autotune dependency.

    <!-- now a dependency of ebean-test only -->
    <dependency>
      <groupId>io.ebean</groupId>
      <artifactId>ebean-ddl-generator</artifactId>
    </dependency>
    <!-- optional and not included by default -->
    <dependency>
      <groupId>io.ebean</groupId>
      <artifactId>ebean-autotune</artifactId>
    </dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file reason-for-version-bump
Projects
None yet
Development

No branches or pull requests

1 participant