Add requiresUnpack for script-processor
The `Jython` doesn't work in the uber jar as a nested one. The Spring Boot provides a trick via unpacking requested nested jars. * Use the latest `spring-cloud-dataflow-apps-generator-plugin` which allows now to propagate a custom configuration for `spring-boot-maven-plugin` * Add `requiresUnpack` for `jython-standalone` into the `script-processor` **Cherry-pick to 2021.1.x**
This commit is contained in:
@@ -121,6 +121,18 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</maven>
|
||||
|
||||
<bootPluginConfiguration>
|
||||
<![CDATA[
|
||||
<requiresUnpack>
|
||||
<dependency>
|
||||
<groupId>org.python</groupId>
|
||||
<artifactId>jython-standalone</artifactId>
|
||||
</dependency>
|
||||
</requiresUnpack>
|
||||
]]>
|
||||
</bootPluginConfiguration>
|
||||
|
||||
</application>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user