pom.xml 592 B

1234567891011121314
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.scytl.cryptolib</groupId>
  5. <artifactId>cryptolib</artifactId>
  6. <version>2.1.5-4</version>
  7. </parent>
  8. <artifactId>cryptolib-test-tools</artifactId>
  9. <name>Test Tools</name>
  10. <description>
  11. This module contains tools and some data useful for testing.
  12. </description>
  13. </project>