Enabled Authorization Provider for the raster data adapter plugin#1066
Enabled Authorization Provider for the raster data adapter plugin#1066
Conversation
|
I'm not sure why this build is failing. The docs are failing to build apparently because it can't find my geowave-adapter-auth artifact, but it built just fine in my original branch... I tried building locally and that worked for me as well. Any suggestions? |
|
Good to go? |
|
the PR build was cancelled...restarting |
|
What? The pull request build completed: https://travis-ci.org/ngageoint/geowave/builds/220623394 It's the branch build which was canceled. |
|
yeah, ok the branch was cancelled then, why are the dependencies marked provided again? |
|
Because they conflict with the versions that are already included within geowave-adapter-vector and geowave-adapter-raster. They are pulled in as transitive dependencies of geoserver. We could go through and use dependency management to avoid that issue, but I figured it would be easier to just let geoserver decide which version we use. |
|
I'm confused because they look to match the versions from geoserver 2.10.0 Also, |
|
The conflict occurs when you build with cloudera as it includes a different version of jackson-mapper-asl. I'll push out another update. |
b3d5d2e to
83f11a0
Compare
| <groupId>org.springframework.security</groupId> | ||
| <artifactId>spring-security-core</artifactId> | ||
| <version>4.0.4.RELEASE</version> | ||
| <scope>provided</scope> |
There was a problem hiding this comment.
You aren't looking at the latest commit. Try this: 83f11a0#diff-c3f3a0b58ea56b7b1532923859181c72R15
|
👏 |
Looks good to me!