| | |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>5.1.40</version> |
| | | <!-- <version>8.0.20</version>--> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | |
| | | <profile> |
| | | <id>test</id> |
| | | <properties> |
| | | <profile.active>cq</profile.active> |
| | | <profile.active>sin</profile.active> |
| | | </properties> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | |
| | | <build> |
| | | <finalName>smartlab</finalName> |
| | | <filters> |
| | | |
| | | <filter>src/main/webapp/WEB-INF/${profile.active}/${profile.active}.properties</filter> |
| | | </filters> |
| | | <plugins> |