Add javaee-api to HTTP-BC full bundle

master
David BRASSELY 2013-06-20 17:31:49 +02:00
parent dc5c218583
commit ad4d1db0d9
2 changed files with 15 additions and 1 deletions

View File

@ -169,6 +169,18 @@
<artifactId>grizzly</artifactId>
<version>1.0.19</version>
<optional>true</optional>
</dependency>
</dependency>
<dependency>
<groupId>grizzly</groupId>
<artifactId>grizzly</artifactId>
<version>1.0.19</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javaee</groupId>
<artifactId>javaee-api</artifactId>
<version>5</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>

View File

@ -29,6 +29,7 @@
<path-element>grizzly.jar</path-element>
<path-element>webservices-rt.jar</path-element>
<path-element>httpbc-ext.jar</path-element>
<path-element>javaee-api.jar</path-element>
</component-class-path>
<bootstrap-class-name>com.sun.jbi.httpsoapbc.bootstrap.HttpSoapBindingBootstrap</bootstrap-class-name>
<bootstrap-class-path>
@ -39,6 +40,7 @@
<path-element>grizzly.jar</path-element>
<path-element>webservices-rt.jar</path-element>
<path-element>httpbc-ext.jar</path-element>
<path-element>javaee-api.jar</path-element>
</bootstrap-class-path>
<logging:Logging root="com.sun.jbi.httpsoapbc">
<logging:logger displayName="HTTP Extensions">com.sun.jbi.httpsoapbc.Extension</logging:logger>