camel-tooling / camel-tooling/camel-idea-plugin
[Debugger]Avoid need to modify pom.xml to support DataSonnet language
Open
debugger
enhancement
- Dominant language
- Java
- Stars
- 210
- Forks
- 59
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 6
Description
currently to evaluate expressions using DataSonnet in debugger, you need to add to the pom.xml:
```
org.apache.camel.springboot
camel-datasonnet-starter
org.scala-lang
scala-library
2.13.3
```
it is modifying the user project. it would be nice if these dependencies can be injected automatically when needed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.