Changeset 5656


Ignore:
Timestamp:
09/18/14 14:31:12 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • the shhaa should not pull on SLF4J logging backend implementations; adjust the POM to ensure that
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5626 r5656  
    279279                    <groupId>commons-logging</groupId>
    280280                </exclusion>
     281                <!-- a library should only depend on SLF4J but not import
     282                     a specific logging backend. Therefore, get rid of
     283                     those ... -->
     284                <exclusion>
     285                    <artifactId>slf4j-log4j12</artifactId>
     286                    <groupId>org.slf4j</groupId>
     287                </exclusion>
     288                <exclusion>
     289                    <artifactId>log4j</artifactId>
     290                    <groupId>log4j</groupId>
     291                </exclusion>
     292               
    281293            </exclusions>
    282294        </dependency>
Note: See TracChangeset for help on using the changeset viewer.