>>From 1.9.0 on you can use only the SDK components that you need Thanks Robert for pointing that out. I was having som bundling issues earlier which are now resolved. I have removed the aws jdk from github and now using only the required aws modules from maven central repo.
On Wed, Jan 21, 2015 at 4:29 PM, Robert Munteanu <romb...@apache.org> wrote: > On Wed, Jan 21, 2015 at 12:58 PM, Robert Munteanu <romb...@apache.org> > wrote: > > On Wed, Jan 21, 2015 at 12:52 PM, connuser1 connuser1 > > <connus...@gmail.com> wrote: > >> Hi Robert > >> > >> Yes, I had to add the aws java sdk jar on purpose. The jar size from 1.9 > >> onwards in maven central is just a few kilobytes while it is around > 12-13 > >> MB. when downloaded from aws site. Several of the classes that I use are > >> missing if I rely on the maven central's jar. I did not explore it > further > >> as to why the jar size is just a few KBs on maven central. Maybe there's > >> some change in the way its built since 1.9 > > > > I see, thanks for clarifying that. > > (Sent reply to soon) > > From 1.9.0 on you can use only the SDK components that you need, see > [1]. In your case, you would need aws-java-sdk-dynamodb . > > Robert > > [1]: > http://java.awsblog.com/post/TxBSZ02ZOG3VPZ/AWS-SDK-for-Java-Maven-Modules > > > > > Robert > > > >> > >> Thanks > >> > >> On Wed, Jan 21, 2015 at 4:12 PM, Robert Munteanu <romb...@apache.org> > wrote: > >> > >>> On Wed, Jan 21, 2015 at 9:06 AM, connuser1 connuser1 > >>> <connus...@gmail.com> wrote: > >>> > It would be > >>> > very helpful if you could please review it and add your valuable > comments > >>> > to it. > >>> > >>> > >>> Looks cool! I did not have time to look into the implementation in > >>> detail, but I noticed that the jar that you're storing in your github > >>> repo is also available on Maven Central: > >>> > >>> > >>> > http://search.maven.org/#search|gav|1|g%3A%22com.amazonaws%22%20AND%20a%3A%22aws-java-sdk%22 > >>> > >>> Cheers, > >>> > >>> Robert > >>> >