<parent> <groupId>com.suncode</groupId> <artifactId>plusworkflow-plugin-parent</artifactId> <version>4.0.35</version> </parent> |
<plugin key="${project.groupId}-${project.artifactId}" name="Plugin Configuration Manager"> <plugin-details> <requirements> <plusworkflow>4.0.35</plusworkflow> </requirements> </plugin-details> </plugin> |
<dependency> <groupId>com.suncode</groupId> <artifactId>plusworkflow-api</artifactId> <scope>provided</scope> </dependency> |
<dependency> <groupId>com.suncode</groupId> <artifactId>plusworkflow-core</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> |
<dependency> <groupId>com.suncode.plugin</groupId> <artifactId>plugin-configuration-manager</artifactId> <version>4.0.5</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> |
<plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Import-Package>*;resolution:=optional</Import-Package> <Embed-Dependency>!slf4j-log4j12,!slf4j-api,!log4j,*;scope=compile|runtime|system,jackson-datatype-jsr310</Embed-Dependency> </instructions> </configuration> </plugin> |