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

Exclude commons-logging dep from jobkit-watchfolder #147

Closed
hdsdi3g opened this issue Jul 10, 2023 · 0 comments · Fixed by #151
Closed

Exclude commons-logging dep from jobkit-watchfolder #147

hdsdi3g opened this issue Jul 10, 2023 · 0 comments · Fixed by #151
Assignees
Labels
bug Something isn't working next Probably the next work

Comments

@hdsdi3g
Copy link
Owner

hdsdi3g commented Jul 10, 2023

        <groupId>tv.hd3g</groupId>
        <artifactId>jobkit-watchfolder</artifactId>
        <version>${prodlib.version}</version>
        <exclusions>
        	<exclusion>
        		<groupId>commons-logging</groupId>
        		<artifactId>commons-logging</artifactId>
        	</exclusion>
        </exclusions>
@hdsdi3g hdsdi3g added bug Something isn't working next Probably the next work labels Jul 10, 2023
@hdsdi3g hdsdi3g self-assigned this Jul 19, 2023
@hdsdi3g hdsdi3g linked a pull request Jul 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next Probably the next work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant