Bug 510261 - Upgrade to maven-dependency-plugin 3.0

Proper Maven 3 plugin and a lot of other changes. See
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227&version=12330458	for
details.

Change-Id: I4b42d8ce14823012f3d3a1a5129da75cc87f4513
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index a078a9d..818d157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2017 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -56,7 +56,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.10</version>
+          <version>3.0.0</version>
           <executions>
             <execution>
               <id>copy</id>