Add 'log4j2' domain tests to the Log4j 2.x agent
[lttng-ust-java-tests.git] / lttng-ust-java-tests-log4j2 / pom.xml
index 1eb7d27c4ad2513e0117889fb0a2c03ca3431393..03fb51e5740cdc2d1a29521361feded2adf67900 100644 (file)
@@ -61,7 +61,9 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <scope>test</scope>
+      <!-- Special case here, we ship abstract test classes in the jar, so we
+           need the JUnit dependency all the time. -->
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 
This page took 0.022511 seconds and 4 git commands to generate.