Bug #75
Dependency bcprov-jdk16-140 not resolved by maven
| Status: | Closed | Start: | 12/06/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Jonathan Clarke | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | 1.1.0 | |||
| Problem in version: |
Description
Hello,
when launching a connector, I have:
[artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/poms/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom
Associated revisions
Fixes #75. lsc-sample should have the same repos to download from as lsc-core
History
Updated by Clément Oudot about 1 year ago
It seems that the dependency is resolved when you do mvn install in the lsc core directory.
Updated by Jonathan Clarke about 1 year ago
- Status changed from New to Assigned
- Assigned to set to Jonathan Clarke
This works for me in lsc-sample, too:
lsc-sample/branches/v1.1$ ant lsc\:\:synchronize Buildfile: build.xml [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/poms/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.pom [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.jar [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.jar [artifact:dependencies] Downloading: bouncycastle/bcprov/jdk16-140/bcprov-jdk16-140.jar [artifact:dependencies] Downloading: bouncycastle/jars/bcprov-jdk16-140.jar [artifact:dependencies] Downloading: bouncycastle/jars/bcprov-jdk16-140.jar [artifact:dependencies] Transferring 1613K
Can you still reproduce this error?
Updated by Clément Oudot about 1 year ago
Jonathan Clarke wrote:
This works for me in lsc-sample, too: [...]
Can you still reproduce this error?
No, all seems fine now.
Updated by Jonathan Clarke about 1 year ago
- Status changed from Assigned to Rejected
OK, closing this issue then. I don't think we changed anything, so marking "Rejected".
Updated by Jonathan Clarke about 1 year ago
- Status changed from Rejected to Closed
- Target version set to 1.1.0
OK, that's weird... Having never had this problem, it came up this morning.
The maven repositories set in lsc-core's pom.xml weren't all in lsc-sample's pom.xml. Fixed.