Skip to content

Commit

Permalink
Remove unused test dependencies from google-oauth-client-servlet (#318)
Browse files Browse the repository at this point in the history
This artifact does not contain tests so these test dependencies are unnecessary.

* remove unused deps

* merge
  • Loading branch information
elharo authored and chingor13 committed Jul 2, 2019
1 parent 97cd8d0 commit f582839
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions google-oauth-client-servlet/pom.xml
Expand Up @@ -109,11 +109,6 @@
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand All @@ -123,30 +118,5 @@
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-api-jdo</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-rdbms</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit f582839

Please sign in to comment.