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" />
|
||||
|
|
|
|||
|
|
@ -4,6 +4,12 @@
|
|||
xmlns:soft="http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-soft"
|
||||
xsi:schemaLocation="http://wrap-core.x4o.distributedrebirth.love/xml/ns/warp-hash-root http://warp-hash.x4o.distributedrebirth.love/xml/ns/warp-hash-root-1.0.xsd">
|
||||
<soft:hash file="warp-sea.xml" hex="0"/>
|
||||
<soft:hash file="bundle/asm.jar" hex="0"/>
|
||||
<soft:hash file="bundle/asm-tree.jar" hex="0"/>
|
||||
<soft:hash file="bundle/asm-commons.jar" hex="0"/>
|
||||
<soft:hash file="bundle/asm-analysis.jar" hex="0"/>
|
||||
<soft:hash file="bundle/asm-util.jar" hex="0"/>
|
||||
<soft:hash file="bundle/org.apache.aries.spifly.dynamic.bundle.jar" hex="0"/>
|
||||
<soft:hash file="bundle/slf4j-api.jar" hex="0"/>
|
||||
<soft:hash file="bundle/logback-core.jar" hex="0"/>
|
||||
<soft:hash file="bundle/logback-classic.jar" hex="0"/>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,12 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://wrap-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root http://warp-sea.x4o.distributedrebirth.love/xml/ns/warp-sea-root-1.0.xsd">
|
||||
<link:sea name="Dep Osgi Lib" provider="gdxapp4d.system" author="للَّٰهِilLצسُو">
|
||||
<link:magic file="bundle/asm.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/asm-tree.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/asm-commons.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/asm-analysis.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/asm-util.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/org.apache.aries.spifly.dynamic.bundle.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/slf4j-api.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/logback-core.jar" mime="application/vnd.osgi.bundle"/>
|
||||
<link:magic file="bundle/logback-classic.jar" mime="application/vnd.osgi.bundle"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue