|
@@ -1,30 +0,0 @@
|
|
|
-<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
- xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
|
|
|
- <id>cio-bundle</id>
|
|
|
- <formats>
|
|
|
- <format>jar</format>
|
|
|
- </formats>
|
|
|
-
|
|
|
- <includeBaseDirectory>false</includeBaseDirectory>
|
|
|
-
|
|
|
- <dependencySets>
|
|
|
- <dependencySet>
|
|
|
- <unpack>true</unpack>
|
|
|
- <scope>runtime</scope>
|
|
|
-
|
|
|
- <useTransitiveDependencies>true</useTransitiveDependencies>
|
|
|
-
|
|
|
- <excludes>
|
|
|
- <exclude>*:ktor-server-netty</exclude>
|
|
|
- <exclude>*:ktor-server-jetty</exclude>
|
|
|
- </excludes>
|
|
|
- </dependencySet>
|
|
|
- </dependencySets>
|
|
|
-
|
|
|
- <fileSets>
|
|
|
- <fileSet>
|
|
|
- <directory>${project.build.outputDirectory}</directory>
|
|
|
- <outputDirectory>/</outputDirectory>
|
|
|
- </fileSet>
|
|
|
- </fileSets>
|
|
|
-</assembly>
|