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

fix: remove not essential dependencies #33

Merged
merged 12 commits into from
Sep 18, 2023
Merged

Conversation

kamaladafrica
Copy link
Owner

No description provided.

@kamaladafrica kamaladafrica linked an issue Sep 14, 2023 that may be closed by this pull request
@@ -0,0 +1,43 @@
package it.kamaladafrica.codicefiscale.city.impl.csv;

import static lombok.AccessLevel.PRIVATE;

Check warning

Code scanning / PMD

Unused static import 'it.kamaladafrica.codicefiscale.utils.PartUtils.normalizeString' Warning

Unused static import 'lombok.AccessLevel.PRIVATE'
@@ -0,0 +1,38 @@
package it.kamaladafrica.codicefiscale.city.impl.csv;

import static lombok.AccessLevel.PRIVATE;

Check warning

Code scanning / PMD

Unused static import 'it.kamaladafrica.codicefiscale.utils.PartUtils.normalizeString' Warning

Unused static import 'lombok.AccessLevel.PRIVATE'
@kamaladafrica kamaladafrica changed the title Remove not essential dependencies fix: remove not essential dependencies Sep 18, 2023
@kamaladafrica kamaladafrica merged commit d4361fa into master Sep 18, 2023
4 checks passed
@kamaladafrica kamaladafrica deleted the feature/removedeps branch September 18, 2023 16:31
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.

Remove dependencies that are not essential
1 participant