| | |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <artifactId>blade-admin</artifactId> |
| | | <artifactId>ubcs-admin</artifactId> |
| | | <name>${project.artifactId}</name> |
| | | <version>${bladex.project.version}</version> |
| | | <packaging>jar</packaging> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-security</artifactId> |
| | | </dependency> |
| | | <!--<dependency> |
| | | <groupId>org.springframework.security.oauth.boot</groupId> |
| | | <artifactId>spring-security-oauth2-autoconfigure</artifactId> |
| | | </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.security.oauth.boot</groupId>--> |
| | | <!-- <artifactId>spring-security-oauth2-autoconfigure</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!--Taobao-Sdk--> |
| | | <dependency> |
| | | <groupId>com.taobao</groupId> |
| | |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-dependency-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | <!--<build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>com.spotify</groupId> |
| | |
| | | <artifactId>maven-antrun-plugin</artifactId> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </build>--> |
| | | |
| | | </project> |