artiya4u / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

[Backwards incompatible change] Move junit to test scope #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
google-http-java-client is causing junit to be deployed as part of my 
production server, which is silly.

This is wrong:
<dependency>
  <groupId>junit</groupId>
  <artifactId>junit</artifactId>
</dependency>

It should be:
<dependency>
  <groupId>junit</groupId>
  <artifactId>junit</artifactId>
  <scope>test</scope>
</dependency>

Original issue reported on code.google.com by benjamin...@gmail.com on 14 Apr 2012 at 2:42

GoogleCodeExporter commented 9 years ago
Thank you for reporting this issue!

Original comment by rmis...@google.com on 16 Apr 2012 at 1:19

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/6038052/

Original comment by rmis...@google.com on 16 Apr 2012 at 1:25

GoogleCodeExporter commented 9 years ago
Marking as a backwards incompatible change because we are moving 
AbstractJsonFactoryTest from src/main/java to src/test/java

Original comment by rmis...@google.com on 19 Apr 2012 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 19 Apr 2012 at 8:16