afirma-ui-simpleafirma-plugin-hash
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>es.gob.afirma</groupId> <artifactId>afirma-ui-simpleafirma-plugin-hash</artifactId> <version>1.0</version> </dependency>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>es.gob.afirma</groupId> <artifactId>afirma-client</artifactId> <version>1.8.2</version> </parent> <artifactId>afirma-ui-simpleafirma-plugin-hash</artifactId> <name>afirma-ui-simpleafirma-plugin-hash</name> <version>1.0</version> <description>Plugin para la generacion y validacion de huellas digitales.</description> <dependencies> <dependency> <groupId>es.gob.afirma</groupId> <artifactId>afirma-core</artifactId> <version>${clienteafirma.version}</version> </dependency> <dependency> <groupId>es.gob.afirma</groupId> <artifactId>afirma-ui-simpleafirma-plugins</artifactId> <version>${clienteafirma.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <fork>true</fork> <compilerArgument>-XDignore.symbol.file</compilerArgument> </configuration> </plugin> </plugins> </build> </project>