diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/pom.xml | 17 |
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>
|