diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:26:22 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-10 13:34:12 -0500 |
commit | 1ae24d9265c263e20bff092d9c0d7219c28f2b33 (patch) | |
tree | 57fe14fe1a1e99afe02bd2dc406773217284fd08 /pom.xml | |
parent | b40a52e5b2c8aaae975bed054408c39f4e3fd0db (diff) |
Update dependencies to match proper group id
Change-Id: Ie513514b845008cbf9c2cd3f934861bda43431fc
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -97,26 +97,7 @@ </plugins> </pluginManagement> <plugins> - <!-- blackduck maven plugin --> - <plugin> - <groupId>com.blackducksoftware.integration</groupId> - <artifactId>hub-maven-plugin</artifactId> - <version>1.4.0</version> - <inherited>false</inherited> - <configuration> - <hubProjectName>${project.name}</hubProjectName> - <outputDirectory>${project.basedir}</outputDirectory> - </configuration> - <executions> - <execution> - <id>create-bdio-file</id> - <phase>package</phase> - <goals> - <goal>createHubOutput</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- license plugin --> <plugin> |