summaryrefslogtreecommitdiff
path: root/BKUOnline
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-04 12:32:32 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-04 12:32:32 +0000
commitea5a30db385d2859cc45c889877954bda00ac560 (patch)
treeb7add0bcf3bd0aaec99ac4e393a3296693d0ce21 /BKUOnline
parent2f029b9cb3ebc11abe28e0b2801bacc40cb584b1 (diff)
downloadmocca-ea5a30db385d2859cc45c889877954bda00ac560.tar.gz
mocca-ea5a30db385d2859cc45c889877954bda00ac560.tar.bz2
mocca-ea5a30db385d2859cc45c889877954bda00ac560.zip
jce me4se
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@13 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline')
-rw-r--r--BKUOnline/pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index c73a9f17..9d8a808f 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
<parent>
<artifactId>bku</artifactId>
<groupId>at.gv.egiz</groupId>
@@ -58,6 +58,17 @@
<version>1.2</version-->
<artifactId>jaxws-rt</artifactId>
<version>2.1.4</version>
+ <!-- conflict with SAAJ from java 6 ?
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.soap</groupId>
+ <artifactId>saaj-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.xml.messaging.saaj</groupId>
+ <artifactId>saaj-impl</artifactId>
+ </exclusion>
+ </exclusions-->
</dependency>
<!--dependency>
<groupId>at.gv.egiz</groupId>
@@ -90,6 +101,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</artifactItem>
+ <artifactItem>
+ <groupId>iaik</groupId>
+ <artifactId>iaik_jce_me4se</artifactId>
+ </artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/${project.build.finalName}/applet</outputDirectory>
</configuration>