This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 70941e0 CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-ftp 70941e0 is described below commit 70941e0b2cb43a7931490d9b7085178912b53d69 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Tue Nov 7 19:02:13 2017 +0100 CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-ftp --- components/camel-ftp/pom.xml | 7 ++++--- .../apache/camel/component/file/remote/OsgiParserFactoryTest.java | 2 +- .../camel/component/file/remote/sftp/SftpServerTestSupport.java | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index 9549876..6636802 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -62,14 +62,14 @@ <!-- testing --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-test</artifactId> + <artifactId>camel-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-ssh</artifactId> + <artifactId>camel-ssh</artifactId> <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> @@ -153,6 +153,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito2-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/OsgiParserFactoryTest.java b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/OsgiParserFactoryTest.java index 105dbd3..30325d2 100644 --- a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/OsgiParserFactoryTest.java +++ b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/OsgiParserFactoryTest.java @@ -31,7 +31,7 @@ import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; -import org.mockito.runners.MockitoJUnitRunner; +import org.mockito.junit.MockitoJUnitRunner; import static org.hamcrest.core.IsInstanceOf.instanceOf; import static org.junit.Assert.assertThat; diff --git a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpServerTestSupport.java b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpServerTestSupport.java index 638a2ed..9a7370a 100644 --- a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpServerTestSupport.java +++ b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpServerTestSupport.java @@ -26,8 +26,6 @@ import java.util.List; import org.apache.camel.component.file.remote.BaseServerTestSupport; import org.apache.camel.util.ObjectHelper; import org.apache.commons.io.FileUtils; -import org.apache.sshd.common.file.nativefs.NativeFileSystemFactory; -import org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory; import org.apache.sshd.common.keyprovider.FileKeyPairProvider; import org.apache.sshd.common.session.helpers.AbstractSession; import org.apache.sshd.server.SshServer; -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].