Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Error after importing spring and spring-boot templates into Eclipse #44

Open
djelinek opened this issue Jan 31, 2019 · 0 comments
Open
Labels
BUG Something isn't working

Comments

@djelinek
Copy link
Member

Only blueprint template is without error. After import spring and spring-boot templates there is an exception:

Error message:
Camel 3.0 requires Java 1.6 or newer.

Maybe it occurs because in pom.xml file of spring and spring-boot is missing maven-compiler-plugin?

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-compiler-plugin</artifactId>
	<version>3.7.0</version>
	<configuration>
		<source>1.8</source>
		<target>1.8</target>
	</configuration>
</plugin>
@djelinek djelinek added the BUG Something isn't working label Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant