-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add commons compress library #82
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge changes from base
Hi @ghacupha , since this is a transitive dependency, maven should add this dependency when you add poiji into you pom and update pom.xml via IDE. Isn't it? |
Ideally. I suspect the dependency is or should be included in POI version 4. I should have confirmed. But somehow not downloading into the project. You know however, the project might have something overriding it, spring projects tend to have huge dependency graphs. I will confirm this as soon as I can sit in front of a computer. Probably on Sunday? Hope it’s not too late
Thanks & Regards
Edwin Njeru
… On 10 May 2019, at 22:01, Hakan Özler ***@***.***> wrote:
Hi @ghacupha , since this is a transitive dependency, maven should add this dependency when you add poiji into you pom and update pom.xml via IDE. Isn't it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
have you checked @ghacupha ? |
Sorry bro! Got swamped early. Will try before end of week?
…On Tue, May 21, 2019 at 7:15 PM Hakan Özler ***@***.***> wrote:
have you checked @ghacupha <https://github.com/ghacupha> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#82?email_source=notifications&email_token=AEZ7FBY7EXRMNTFP2C3ELETPWQNYPA5CNFSM4HK5FGQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV4NMMY#issuecomment-494458419>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEZ7FB3V3CCHFXMVZNBXVHTPWQNYPANCNFSM4HK5FGQQ>
.
--
Thanks and Regards
Edwin Njeru
m: 0712711156
a: Nairobi, Kenya
w: github.com/ghacupha e: mailnjeru@gmail.com
<https://www.facebook.com/me.njeru> <https://twitter.com/me_njeru>
<https://www.linkedin.com/in/menjeru/> <https://github.com/ghacupha>
|
no problem @ghacupha |
Hi @ghacupha , any news? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add this library would support additional features added into version 4 of the POI library which was intended to support passwords and compressed xml files.