Gestiada / google-api-java-client

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

Dependency for net.sf.kxml.kxml2 #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client: 1.1.1-alpha

Java environment: Java 6

Problem: google.api.client have a direct dependency for 
org.xmlpull.v1.XmlPullParser but only imports xpp3 jar transitively, by 
com.google.android. It is considered a maven bad practice. If your project have 
a direct dependency, it should explicitly declare that dependency in pom.xml.

The problem should be fixed by adding

<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.3.0</version>
</dependency>

to pom.xml

Original issue reported on code.google.com by fabricio...@gmail.com on 1 Oct 2010 at 12:30

GoogleCodeExporter commented 9 years ago
Sorry, it's duplicated from issue 31, which I saw just now :(

You can close this one

Original comment by fabricio...@gmail.com on 1 Oct 2010 at 12:34

GoogleCodeExporter commented 9 years ago
No problem.  Thanks for reporting the issue.  A fix is already under review.

Original comment by yan...@google.com on 1 Oct 2010 at 1:39