Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8429123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:14:49+00:00 2026-06-10T05:14:49+00:00

Application A uses log4net version 1.2.10.0 and is built using my CI process, and

  • 0

Application A uses log4net version 1.2.10.0 and is built using my CI process, and as a result, is stored in my Ivy Shared folder. (No problems here)

Application B references Application A, as well as references the newer version of log4net, namely 1.2.11.0. As the CI process resolves the dependencies into my binary folder for application B, it conflicts when trying to get versions 1.2.10.0 and 1.2.11.0 of log4net.dll.

Is there a way that I can instruct Ivy to allow it to overwrite a dependency, at an individual/per-dependency level, to get the newer version, and that it shouldn’t fail the build on the arrival of this conflict?

Or, do I have to go and rebuild Application A using version 1.2.10.0 of log4net and re-release it so that Application B doesn’t have issues with it’s transitative dependencies?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:14:51+00:00Added an answer on June 10, 2026 at 5:14 am

    The issue you’re having is a transitive dependency conflict. One transitive dependency for Application A is conflicting with a direct dependency in Application B.
    As in Maven, use the exclude tag in Application B:

    <dependencies>  
       <dependency org="org.hibernate" name="hibernate-core" rev="3.3.1.GA" conf='..'> 
           <exclude name='jaas' /> 
           <exclude name='jacc' />
       </dependency>
    </dependencies>
    

    See Ivy: how do I remove transitive dependencies?.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using log4Net in my application which also uses nHibernate. Now my eventlogger
My application uses Log4net to write to the event viewer. Here's the log4net section
My boss is asking me to develop a demo application that uses log4net for
My application uses the Outlook object model. Outlook is an out-of-process COM server. Before
Our application uses Simple MAPI to send e-mails. One of our clients has problems
I've previously used log4net, but my current employer uses Enterprise Library application blocks. I
My application uses Mochiweb. As I understand, rebar fetches the latest version from Github
My application uses polling to update the status of a music player. I'm using
I have a application which uses .net Thread-pool to have multiple threads.It uses log4net
Our application uses bunch of WMI calls. When using guest account connecting to local

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.