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

Q: any plan on releasing a new version with updated dependencies.. #456

Open
casperrafn opened this issue Oct 14, 2020 · 4 comments
Open

Comments

@casperrafn
Copy link

I would like to get rid of this

<dependency>
            <groupId>edu.uci.ics</groupId>
            <artifactId>crawler4j</artifactId>
            <version>4.4.0</version>
            <exclusions>
                <exclusion>
                    <groupId>com.sleepycat</groupId>
                    <artifactId>je</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- https://mvnrepository.com/artifact/com.sleepycat/je -->
        <dependency>
            <groupId>com.sleepycat</groupId>
            <artifactId>je</artifactId>
            <version>18.3.12</version>
        </dependency>

To avoid the illegal reflective access warnings..

@rzo1
Copy link
Contributor

rzo1 commented Dec 21, 2020

There are some forks available with updated dependencies. Might be worth switching as this libary seems dead...

@anthonyCarigny
Copy link

@rzo1 any suggestion of a fork ? :-)

@rzo1
Copy link
Contributor

rzo1 commented Sep 15, 2021

@rzo1 any suggestion of a fork ? :-)

We are using a custom, slightly refactored version for some of our research projects.

@kriegaex
Copy link

kriegaex commented Nov 29, 2021

With regard to your workaround, you can simply dependency-manage the version of com.sleepycat:je, then you do not need the exclusion. But anyway, this issue to update the dependency is more pressing now because com.sleepycat:je:5.0.84 is no longer available on Maven Central.

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

No branches or pull requests

4 participants