dev@glassfish.java.net

kernel and config-api dependencies in top level pom.xml

From: Snjezana Sevo-Zenzerovic <Snjezana.Sevo-Zenzerovic_at_Sun.COM>
Date: Thu, 29 Oct 2009 16:23:17 -0700

I currently see these dependencies listed in the dependencyManagement
section of top level pom.xml:

<dependency>
           <groupId>org.glassfish.admin</groupId>
           <artifactId>config-api</artifactId>
           <version>${project.version}</version>
       </dependency>
       <dependency>
           <groupId>org.glassfish.core</groupId>
           <artifactId>kernel</artifactId>
           <version>${project.version}</version>
       </dependency>
       <dependency>
           <groupId>org.glassfish.tests</groupId>
           <artifactId>utils</artifactId>
           <version>${project.version}</version>
       </dependency>

Is this correct given that at least kernel and congif-api modules are
built as part of the project itself?

Thanks,

Snjezana