Merge branch 'stable-3.7'

* stable-3.7:
  Compute projectName in GitCloneStep constructor
  Set parent project at creation time for imported repos from GitHub
  Disallow the discovery of other user's membership
  Revert "Set version 3.5.0.2"

Change-Id: I7d4f5db1c936beb771f661fa3fe5c45b97d3c75b
diff --git a/github-oauth/pom.xml b/github-oauth/pom.xml
index b2abf59..c39d1e0 100644
--- a/github-oauth/pom.xml
+++ b/github-oauth/pom.xml
@@ -87,24 +87,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>1.7.5</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.7.5</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.17</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.kohsuke</groupId>
       <artifactId>github-api</artifactId>
       <version>1.116</version>