Updated dep versions and added simple mvn run cmd
This commit is contained in:
parent
980e40af65
commit
ba99c5bdb6
27 changed files with 354 additions and 141 deletions
|
|
@ -33,6 +33,10 @@
|
|||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.aries.spifly</groupId>
|
||||
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
@ -63,6 +67,12 @@
|
|||
<fileset dir="src/main/chain" />
|
||||
</copy>
|
||||
<copy todir="target/chain/bundle">
|
||||
<file file="target/dependency/asm.jar" />
|
||||
<file file="target/dependency/asm-tree.jar" />
|
||||
<file file="target/dependency/asm-commons.jar" />
|
||||
<file file="target/dependency/asm-analysis.jar" />
|
||||
<file file="target/dependency/asm-util.jar" />
|
||||
<file file="target/dependency/org.apache.aries.spifly.dynamic.bundle.jar" />
|
||||
<file file="target/dependency/slf4j-api.jar" />
|
||||
<file file="target/dependency/logback-core.jar" />
|
||||
<file file="target/dependency/logback-classic.jar" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue