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

Maven dependency issue (due to commons-io 1.x) #116

Open
binodpanta opened this issue Jun 19, 2013 · 1 comment
Open

Maven dependency issue (due to commons-io 1.x) #116

binodpanta opened this issue Jun 19, 2013 · 1 comment

Comments

@binodpanta
Copy link

If I use this

<dependency>
            <groupId>net.lightbody.bmp</groupId>
            <artifactId>browsermob-proxy</artifactId>
            <version>2.0-beta-8</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <artifactId>slf4j-jdk14</artifactId>
                    <groupId>org.slf4j</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>selenium-api</artifactId>
                    <groupId>org.seleniumhq.selenium</groupId>
                </exclusion>
            </exclusions>
        </dependency>

in a project with commons-io (a newer version like 2.4), i can't compile. is there a chance the commons-io version used in browsermob could be update to >=2.x? it won't be possible for me to go back to commons-io 1.x since it does not have some api methods I use a lot, plus it's good to be using the latest deps, Thoughts?

@lightbody
Copy link
Member

NOTICE: this project has been forked and is being maintained at https://github.com/lightbody/browsermob-proxy

Can you please re-open this there? Ideally also submit a pull request with this change and I'll get it in faster. Sorry, wish I had a better answer for you right now, but my second daughter is due any day so time is tight :)

On Jun 19, 2013, at 1:06 PM, binodpanta [email protected] wrote:

If I use this

net.lightbody.bmp
browsermob-proxy
2.0-beta-8
test

slf4j-jdk14
org.slf4j

selenium-api
org.seleniumhq.selenium

in a project with commons-io (a newer version like 2.4), i can't compile. is there a chance the commons-io version used in browsermob could be update to >=2.x? it won't be possible for me to go back to commons-io 1.x since it does not have some api methods I use a lot, plus it's good to be using the latest deps, Thoughts?


Reply to this email directly or view it on GitHub.

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

2 participants