Skip to content

Commit

Permalink
1、去掉不需要的测试项;
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed Dec 15, 2016
1 parent efa81a4 commit eead797
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
27 changes: 14 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
<format>xml</format>
<aggregate>true</aggregate>
<instrumentation>
<ignores>
<ignore>com.ruijc.Response</ignore>
<ignore>com.ruijc.Page</ignore>
</ignores>
<excludes>
<exclude>com/ruijc/Page.class</exclude>
<exclude>com/ruijc/Response.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-http/spring-boot-starter-http.iml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
<orderEntry type="library" name="Maven: javax:javaee-web-api:6.0" level="project" />
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="base" />
<orderEntry type="library" name="Maven: com.ruijc:base:3.0.0" level="project" />
<orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.17" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:1.4.2.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:1.4.2.RELEASE" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-log/spring-boot-starter-log.iml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.3" level="project" />
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.9" level="project" />
<orderEntry type="module" module-name="util" />
<orderEntry type="module" module-name="base" />
<orderEntry type="library" name="Maven: com.ruijc:base:3.0.0" level="project" />
<orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.17" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:1.4.2.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:1.4.2.RELEASE" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion util/util.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="base" />
<orderEntry type="library" name="Maven: com.ruijc:base:3.0.0" level="project" />
<orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.17" level="project" />
<orderEntry type="library" name="Maven: javax:javaee-web-api:6.0" level="project" />
<orderEntry type="library" name="Maven: com.esotericsoftware:kryo:4.0.0" level="project" />
Expand Down

0 comments on commit eead797

Please sign in to comment.