diff options
Diffstat (limited to 'smccSTAL/pom.xml')
-rw-r--r-- | smccSTAL/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/smccSTAL/pom.xml b/smccSTAL/pom.xml index 35324137..1fca889b 100644 --- a/smccSTAL/pom.xml +++ b/smccSTAL/pom.xml @@ -9,16 +9,16 @@ <name>smcc STAL</name> <description>STAL implementation for smart cards using smcc</description> <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <groupId>org.apache.maven.plugins</groupId> - <configuration> - <debug>false</debug> - </configuration> - </plugin> - </plugins> - </build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <groupId>org.apache.maven.plugins</groupId> + <configuration> + <debug>false</debug> + </configuration> + </plugin> + </plugins> + </build> <dependencies> <dependency> <groupId>at.gv.egiz</groupId> |