Could anyone help me with maven conf for cayenne-jdk1.5-unpublished? I cannot make following artifacts be resolved:
1. <dependency> <groupId>org.objectstyle</groupId> <artifactId>jdbc4-compat</artifactId> </dependency> When I comment this out, everything works 2. <dependency> <groupId>com.caucho</groupId> <artifactId>resin-hessian</artifactId> </dependency> When I change to just "hessian", everything works. I'm using Eclipse. Thanks, Andrey
