Skip to content

Vaadin 8 Charts 4.3.1 has dependency conflict with Jackson #98

@TatuLund

Description

@TatuLund

AppSecKit uses newer version of Jackson than Charts does. Application having both dependencies wont start unless there is exclusion made.

		<dependency>
   			<groupId>com.vaadin</groupId>
   			<artifactId>vaadin-charts</artifactId>
   			<version>4.3.1</version>
   			<exclusions>
				<exclusion>
					<groupId>com.fasterxml.jackson.core</groupId>
					<artifactId>jackson-databind</artifactId>	
				</exclusion>
			</exclusions>
		</dependency>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions