| | |
| | | <artifactId>spring-security-core</artifactId> |
| | | <groupId>org.springframework.security</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-base</artifactId> |
| | | <scope>provided</scope> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |