summaryrefslogtreecommitdiff
path: root/BKUOnline/pom.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:09:21 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-01-20 14:09:21 +0000
commit23f82c4d63290cb41dc0fc6ebb86d6cae9a560fe (patch)
tree79b317ee10777ece72bb916d95ccc70616f0015a /BKUOnline/pom.xml
parent7c14149f55c8f48ca24786f97f7abed4e55804b1 (diff)
downloadmocca-23f82c4d63290cb41dc0fc6ebb86d6cae9a560fe.tar.gz
mocca-23f82c4d63290cb41dc0fc6ebb86d6cae9a560fe.tar.bz2
mocca-23f82c4d63290cb41dc0fc6ebb86d6cae9a560fe.zip
prepare for stal service extension
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@262 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r--BKUOnline/pom.xml33
1 files changed, 26 insertions, 7 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 5e6ac8ad..5fe0d52d 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -55,7 +55,7 @@
<version>1.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
- <!-- build BKUApplet prior to BKUOnline -->
+ <!-- build BKUApplet prior to BKUOnline -->
<dependency>
<groupId>at.gv.egiz</groupId>
<artifactId>BKUApplet</artifactId>
@@ -67,15 +67,27 @@
<artifactId>STALService</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
-
+ <!-- TODO move at.buergerkarte.namespaces.cardchannel.service out from STALXService
+ | so that BKUOnline does not have to depend on STALXService
+ <dependency>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>STALXService</artifactId>
+ <version>1.0.2-SNAPSHOT</version>
+ </dependency-->
<!--
- | see https://wsit.dev.java.net/issues/show_bug.cgi?id=970
+ | see https://wsit.dev.java.net/issues/show_bug.cgi?id=970
-->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
- <version>2.1.4</version>
- <!--scope>provided</scope-->
+ <version>2.1.5</version>
+ <!-- use JAX-WS RI with SJSXP instead of Woodstox -->
+ <exclusions>
+ <exclusion>
+ <groupId>woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ </exclusion>
+ </exclusions>
<!--
conflict with SAAJ from java 6 ? <exclusions> <exclusion>
<groupId>javax.xml.soap</groupId> <artifactId>saaj-api</artifactId>
@@ -83,6 +95,12 @@
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId> </exclusion> </exclusions -->
</dependency>
+ <!-- use JAX-WS RI with SJSXP instead of Woodstox -->
+ <dependency>
+ <artifactId>sjsxp</artifactId>
+ <groupId>com.sun.xml.stream</groupId>
+ <version>1.0.1</version>
+ </dependency>
</dependencies>
<properties>
<netbeans.hint.deploy.server>Tomcat60</netbeans.hint.deploy.server>
@@ -164,15 +182,16 @@
</execution>
</executions>
<configuration>
- <target>2.0</target>
<verbose>true</verbose>
<bindingDirectory>${basedir}/src/main/custom-binding</bindingDirectory>
<bindingFiles>
<bindingFile>stalservice-custom.xml</bindingFile>
- <bindingFile>staltypes-custom.xml</bindingFile>
+ <bindingFile>staltypes-custom.xml</bindingFile>
+ <bindingFile>cardchannel-custom.xml</bindingFile>
</bindingFiles>
<wsdlDirectory>${basedir}/src/main/webapp/WEB-INF/wsdl</wsdlDirectory>
<wsdlFiles>
+ <wsdlFile>stal-service.wsdl</wsdlFile>
<wsdlFile>stal.wsdl</wsdlFile>
</wsdlFiles>
<sourceDestDir>${project.build.directory}/generated-sources/wsimport</sourceDestDir>