Can it be that the issue also affects other projects like log4j-to-slf4j? I
recommend to test the jars/bundles in a osgi-environment. There exists a
maven plugin for testing which includes a osgi-container.

        <plugin>  
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-junit4osgi-plugin</artifactId>
          <executions>
            <execution>
              <configuration>
                <deployprojectartifact>true</deployprojectartifact>
              </configuration>
            </execution>
          </executions>
        </plugin>

Greetings
Roland



--
View this message in context: 
http://apache-logging.6191.n7.nabble.com/log4j-1-2-api-unresolved-package-org-apache-log4j-tp39509p39558.html
Sent from the Log4j - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to