Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/287#discussion_r214906009
  
    --- Diff: wicket-native-websocket/wicket-native-websocket-core/pom.xml ---
    @@ -37,8 +37,9 @@
             </dependency>
     
             <dependency>
    -            <groupId>junit</groupId>
    -            <artifactId>junit</artifactId>
    +            <groupId>org.junit.jupiter</groupId>
    +            <artifactId>junit-jupiter-engine</artifactId>
    +            <scope>test</scope>
    --- End diff --
    
    `scope` must be in the parent's `dependencyManagement`


---

Reply via email to