From 5878d74772819587f5811e2b3787b9c635044d46 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 2 Dec 2019 15:38:58 +0100 Subject: [PATCH] Updated to Git and Jenkins --- pom.xml | 9 --------- .../widgets/githubconnector/GitHubConnectorTest.java | 9 +++++---- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 6bafbf7..170bca5 100644 --- a/pom.xml +++ b/pom.xml @@ -232,16 +232,7 @@ true **/GwtTest*.java - - - - - org.apache.maven.surefire - surefire-junit47 - 3.0.0M3 - - diff --git a/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java b/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java index e5f0208..0a9917e 100644 --- a/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java +++ b/src/test/java/org/gcube/portlets/widgets/githubconnector/GitHubConnectorTest.java @@ -1,11 +1,8 @@ package org.gcube.portlets.widgets.githubconnector; +import java.sql.Blob; import java.util.List; -import junit.framework.TestCase; - -import org.apache.commons.codec.binary.Base64; -import org.eclipse.egit.github.core.Blob; import org.eclipse.egit.github.core.Milestone; import org.eclipse.egit.github.core.Repository; import org.eclipse.egit.github.core.RepositoryContents; @@ -21,6 +18,10 @@ import org.gcube.portlets.widgets.githubconnector.shared.git.data.credential.Git import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import com.google.gwt.thirdparty.debugging.sourcemap.Base64; + +import junit.framework.TestCase; + /** * * @author Giancarlo Panichi