zhouhao il y a 5 ans
Parent
commit
987e9b7f24
5 fichiers modifiés avec 1 ajouts et 31 suppressions
  1. 1 1
      .travis.yml
  2. 0 2
      hsweb-authorization/README.md
  3. 0 4
      hsweb-core/pom.xml
  4. 0 23
      hsweb-tests/pom.xml
  5. 0 1
      pom.xml

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ before_script:
 before_install:
   - chmod +x mvnw
 script:
-  - mvn -q test
+  - ./mvnw -q test
 after_success:
   - bash <(curl -s https://codecov.io/bash)
 cache:

+ 0 - 2
hsweb-authorization/README.md

@@ -3,7 +3,5 @@
 
 # 目录介绍
 1. [hsweb-authorization-api](hsweb-authorization-api):权限控制API
-2. [hsweb-authorization-oauth2](hsweb-authorization-oauth2):oauth2支持
 3. [hsweb-authorization-basic](hsweb-authorization-basic):权限控制基础实现
-4. [hsweb-authorization-jwt](hsweb-authorization-jwt):权限控制jwt拓展
 

+ 0 - 4
hsweb-core/pom.xml

@@ -85,10 +85,6 @@
             <version>${hsweb.expands.version}</version>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aspects</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>org.glassfish</groupId>

+ 0 - 23
hsweb-tests/pom.xml

@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>hsweb-framework</artifactId>
-        <groupId>org.hswebframework.web</groupId>
-        <version>4.0.0-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>hsweb-tests</artifactId>
-
-
-    <dependencies>
-        <dependency>
-            <groupId>org.hswebframework</groupId>
-            <artifactId>hsweb-easy-orm-spring</artifactId>
-            <version>${hsweb.ezorm.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>

+ 0 - 1
pom.xml

@@ -33,7 +33,6 @@
         <module>hsweb-datasource</module>
         <module>hsweb-commons</module>
         <module>hsweb-logging</module>
-        <module>hsweb-tests</module>
         <module>hsweb-concurrent</module>
     </modules>