Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7129 correct ui chassis gradle build #7131

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Conversation

planetf1
Copy link
Member

Signed-off-by: Nigel Jones nigel.l.jones+git@gmail.com

Description

The UI server chassis was not launching when run as gradle.

This PR fixes this by

  • adding spring boot plugin to ui chassis build
  • correcting dependencies

Related Issue(s)

Fixes #7129

Testing

Tested ui server chassis launches only

Release Notes & Documentation

Additional notes

Cherry picked from v4 build, where our entire build & containers depend on java 17 & gradle

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
@planetf1 planetf1 merged commit d7ceec6 into odpi:main Nov 22, 2022
implementation 'org.springframework:spring-beans'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'javax.xml.bind:jaxb-api'
runtimeOnly 'javax.xml.bind:jaxb-api'
implementation 'javax.servlet:javax.servlet-api'
compileOnly 'com.fasterxml.jackson.core:jackson-annotations'
implementation 'org.slf4j:slf4j-api'
implementation 'org.springframework:spring-core'
implementation project(':open-metadata-implementation:access-services:asset-catalog:asset-catalog-api')
implementation 'org.springframework.security:spring-security-web'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium Vulnerability:

maven : org.springframework.security/spring-security-web : 5.7.5

0 Critical, 0 High, 1 Medium, 0 Low vulnerabilities have been found across 1 dependencies.
View the Lift console for details about these vulnerabilities.


Fix rate: 63%


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui chassis: gradle build invalid
1 participant