sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.56k stars 497 forks source link

Support ARK Plugin when maven ark-plugin in ` <dependencyManagement>` #24

Closed guanchao-yang closed 6 years ago

guanchao-yang commented 6 years ago
    <dependencyManagement>
            <dependency>
            <groupId>com.alipay.sofa</groupId>
            <artifactId>runtime-sofa-boot-starter</artifactId>
            <classifier>ark-plugin</classifier>
            <version>1.0.1</version>
        </dependency>
    </dependencyManagement>
QilongZhang commented 6 years ago

@guanchao-yang Considering that it's not a normal usage of maven dependency; As one of the by-products, it will make code unfriendly; we have no plan to support this feature.