Hello everyone,

Today I tried to update my NB platform app that is using the database
function from the IDE cluster from 11.2 to 11.3. It is a Maven project.

The following module is not longer available in 11.3 whereas it was in 11.2

        <dependency>
            <groupId>org.netbeans.modules</groupId>
            <artifactId>org-netbeans-modules-db-metadata-model</artifactId>
            <version>RELEASE113</version>
        </dependency>

Strangely I checked my NB 11.3 installation to see if the module is gone
during the update, but it is still there in the "ide" cluster.

Any idea why this module is no longer found?

Cheers,

Jean-Marc

Reply via email to