takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

maven dependency cleanups (2) #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For a "consumer side" only, spring-jdbc isn't required.
Please change the pom.xml to add <optional>true</optional> to the dependency.

Original issue reported on code.google.com by david.bernard.31 on 5 Oct 2007 at 7:08

GoogleCodeExporter commented 8 years ago
Spring-jdbc is requied by JdbcServerAssociationStore.
There is no dependency to spring-jdbc in consumer.

Original comment by zhoushu...@gmail.com on 8 Oct 2007 at 3:19

GoogleCodeExporter commented 8 years ago
It's why I mark it as optional, not required for every case.
I did for the 0.9.4. And this request is deprecated for 0.9.5 with the split of 
project.

Original comment by david.bernard.31 on 8 Oct 2007 at 7:03

GoogleCodeExporter commented 8 years ago

Original comment by david.bernard.31 on 19 Oct 2007 at 10:35