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

pom.xml : odata-server-api の scope を compile に、odata-server-core の scope を runtime に変更 #290

Open
igapyon opened this issue Apr 22, 2021 · 0 comments
Labels
bug Something isn't working refactoring

Comments

@igapyon
Copy link
Owner

igapyon commented Apr 22, 2021

odata-server-api の scope を compile に、odata-server-core の scope を runtime に変更

 <artifactId>odata-server-api</artifactId>
 <scope>compile</scope>

 <artifactId>odata-server-core</artifactId>
 <version>${olingo.version}</version>
 <scope>runtime</scope>
@igapyon igapyon added bug Something isn't working refactoring labels Apr 22, 2021
@igapyon igapyon added this to the v1.8 Release milestone Apr 22, 2021
@igapyon igapyon changed the title odata-server-api の scope を compile に、odata-server-core の scope を runtime に変更 pom.xml : odata-server-api の scope を compile に、odata-server-core の scope を runtime に変更 Apr 22, 2021
@igapyon igapyon modified the milestones: v1.8 Release, Future Release Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring
Projects
None yet
Development

No branches or pull requests

1 participant