Skip to content

Commit

Permalink
Merge pull request #14 from koupleless/youji-dev
Browse files Browse the repository at this point in the history
add rules in biz archetype
  • Loading branch information
lvjing2 authored Mar 21, 2024
2 parents b758c5e + 0e1d126 commit 9603bf9
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</includes>
</fileSet>
<fileSet filtered="true" encoding="UTF-8">
<directory>.idea/inspectionProfiles</directory>
<directory>conf/ark</directory>
<includes>
<include>**/*.xml</include>
<include>*</include>
</includes>
</fileSet>
</fileSets>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
excludeArtifactIds=commons-collections
excludeArtifactIds=commons-httpclient
excludeArtifactIds=commons-io
excludeArtifactIds=commons-lang
excludeGroupIds=aopalliance*
excludeGroupIds=asm*
excludeGroupIds=cglib*
excludeGroupIds=com.alibaba.common.lang*
excludeGroupIds=com.alibaba.common.resourcebundle*
excludeGroupIds=com.alibaba.tbase*
excludeGroupIds=com.alipay*
excludeGroupIds=com.antcloud.antvip*
excludeGroupIds=com.caucho.hessian*
excludeGroupIds=com.caucho*
excludeGroupIds=com.ctc.wstx*
excludeGroupIds=com.fasterxml*
excludeGroupIds=com.google.code*
excludeGroupIds=com.google.common*
excludeGroupIds=com.google.gson*
excludeGroupIds=com.google.guava*
excludeGroupIds=com.google.http-client*
excludeGroupIds=com.google.inject*
excludeGroupIds=com.google.protobuf*
excludeGroupIds=com.ibatis*
excludeGroupIds=com.iwallet.biz*
excludeGroupIds=com.lmax*
excludeGroupIds=com.taobao.config*
excludeGroupIds=com.taobao.hsf*
excludeGroupIds=com.taobao.notify*
excludeGroupIds=com.taobao.remoting*
excludeGroupIds=com.taobao.tair*
excludeGroupIds=groovy*
excludeGroupIds=io.fury*
excludeGroupIds=io.grpc*
excludeGroupIds=io.mosn.layotto*
excludeGroupIds=io.netty*
excludeGroupIds=io.openmessaging*
excludeGroupIds=io.prometheus*
excludeGroupIds=javax*
excludeGroupIds=javax.el*
excludeGroupIds=javax.script*
excludeGroupIds=javax.servlet*
excludeGroupIds=javax.validation*
excludeGroupIds=loccs-bcprov*
excludeGroupIds=log4j*
excludeGroupIds=mysql*
excludeGroupIds=net.sf.acegisecurity*
excludeGroupIds=net.sf.cglib*
excludeGroupIds=netty*
excludeGroupIds=ognl*
excludeGroupIds=org.aopalliance*
excludeGroupIds=org.apache*
excludeGroupIds=org.aspectj*
excludeGroupIds=org.codehaus*
excludeGroupIds=org.codehaus.groovy*
excludeGroupIds=org.codehaus.xfire*
excludeGroupIds=org.dom4j*
excludeGroupIds=org.hibernate.validator*
excludeGroupIds=org.junit*
excludeGroupIds=org.mvel2*
excludeGroupIds=org.mybatis*
excludeGroupIds=org.mybatis.spring*
excludeGroupIds=org.mybatis.spring.boot.autoconfigure*
excludeGroupIds=org.projectlombok*
excludeGroupIds=org.quartz*
excludeGroupIds=org.reflections*
excludeGroupIds=org.slf4j*
excludeGroupIds=org.springframework*
excludeGroupIds=org.yaml*
excludeGroupIds=xerces*
excludeGroupIds=xml-apis*
excludeGroupIds=xpp3*
excludeGroupIds=jakarta*
excludeGroupIds=org.latencyutils*
excludeGroupIds=org.hdrhistogram*
excludeGroupIds=io.micrometer*
excludeGroupIds=ch.qos.logback*
excludeGroupIds=com.squareup.okhttp3*
excludeGroupIds=com.squareup.okhttp*
excludeGroupIds=net.sf.ehcache*
excludeGroupIds=redis.clients*
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
<!-- 打包、安装和发布 ark biz-->
<!-- 静态合并部署需要配置-->
<!-- <attach>true</attach>-->
<!-- 多 bundle 使用该配置文件 conf/ark/rules.txt 排包,单 bundle 由于不存在依赖传递丢失问题建议使用 scope=provided 排包 -->
<packExcludesConfig>rules.txt</packExcludesConfig>
</configuration>
</plugin>
</plugins>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<module>koupleless-base-loader</module>
<module>koupleless-ext</module>
<module>koupleless-build-plugin</module>
<module>archetype/koupleless-common-module-archetype</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 9603bf9

Please sign in to comment.