Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-examples-dev] Arquillian version error in master pom file.

In loading up the examples repository into NetBeans I am told that once cloned the projects are unloadable. This is because of the following two pom dependencies:

        <dependency>

            <groupId>org.arquillian.universe</groupId>

            <artifactId>arquillian-junit</artifactId>

            <scope>test</scope>

            <type>pom</type>

        </dependency>

        <dependency>

            <groupId>org.jboss.arquillian.protocol</groupId>

            <artifactId>arquillian-protocol-servlet</artifactId>

            <scope>test</scope>

        </dependency>

The problem that NB reports is a missing version. Once corrected by adding the version all was well.

 

Was this a NetBeans issue in its interaction with Maven or if this an oversite in the main project pom file that everyone just automatically fixes?

 

Ken

 


Back to the top