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

[ttpe] Add commons-logging depenency. #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ngaullier
Copy link

This is a requirement when building in windows (I have also another issue with some tests that I need to bypass, but this is another topic and I have not determined the root cause, so cannot contribute it as is).

Copy link
Member

@skynavga skynavga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this dependency to a profile as indicated below.

@@ -43,6 +44,11 @@
<artifactId>icu4j</artifactId>
<version>${icu4j.version}</version>
</dependency>
<dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this dependency to a profile, e.g.,

<profiles>
  <profile>
    <id>windows</id>
    <dependencies>...</dependencies>
  </profile>
</profiles>

then use -Pwindows when building.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, please create an issue and refer to it from the description of this PR, e.g., "Closes #...".

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your instructive review, applied all and tested again, should be fine.

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

Successfully merging this pull request may close these issues.

2 participants