vancetang / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Update project dependencies #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please update your project deps.  These old, outdated deps means that in some 
cases I have to exclude these artifacts with maven especially in the case of 
renamed artifacts.  It would be helpful if they were updated.

here are your project deps listed as:

reflections-defined-dep --> up-to-date-dep (as of today)

com.google.collections:google-collections:1.0 --> com.google.guava:guava:r07
javassist:javassist:3.8.0.GA --> org.javassist:javassist:3.14.0-GA
org.slf4j:slf4j-api:1.5.6 --> org.slf4j:slf4j-api:1.6.1
ch.qos.logback:logback-classic:0.9.9 --> ch.qos.logback:logback-classic:0.9.27
dom4j:dom4j:1.6 --> dom4j:dom4j:1.6.1
junit:junit:4.5 --> junit:junit:4.8.2
com.google.code.gson:gson:1.4 --> com.google.code.gson:gson:1.6**

**not in central maven repo but in 
http://google-gson.googlecode.com/svn/mavenrepo/

Original issue reported on code.google.com by Leo.Her...@gmail.com on 5 Jan 2011 at 7:29

GoogleCodeExporter commented 9 years ago
Also, some dependencies should be listed at different scopes like optional or 
provided

see issue:

http://code.google.com/p/reflections/issues/detail?id=51

Original comment by Leo.Her...@gmail.com on 5 Jan 2011 at 7:54

GoogleCodeExporter commented 9 years ago
fixed on trunk

Original comment by ronm...@gmail.com on 12 May 2011 at 7:49