| | |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.ycl</groupId> |
| | | <artifactId>ycl-generator</artifactId> |
| | | <version>1.0.0</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.ycl</groupId>--> |
| | | <!-- <artifactId>ycl-generator</artifactId>--> |
| | | <!-- <version>1.0.0</version>--> |
| | | <!-- <scope>compile</scope>--> |
| | | <!-- </dependency>--> |
| | | </dependencies> |
| | | |
| | | <!-- <build>--> |
| | |
| | | <artifactId>nothing</artifactId> |
| | | </include> |
| | | </includes> |
| | | <includeSystemScope>true</includeSystemScope> |
| | | </configuration> |
| | | </plugin> |
| | | |