All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.maven.dto.DependencyManagementDTO Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
package aQute.maven.dto;

import aQute.bnd.util.dto.DTO;

/**
 * Section for management of default dependency information for use in a group
 * of POMs.
 */
public class DependencyManagementDTO extends DTO {

	/**
	 * The dependencies specified here are not used until they are referenced in
	 * a POM within the group. This allows the specification of a "standard"
	 * version for a particular dependency.
	 */

	public DependencyDTO[] dependencies;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy