blob: 05f98cd95f11d867be3ce2d9df9f75a866153548 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Rev$ $Date$ -->
<module xmlns="http://geronimo.apache.org/xml/ns/deployment-${geronimoSchemaVersion}">
<gbean name="WinkModuleBuilderExtension" class="org.apache.geronimo.wink.deployment.WinkModuleBuilderExtension">
<reference name="NamingBuilders">
<name>NamingBuilders</name>
</reference>
<xml-attribute name="defaultEnvironment">
<environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
<dependencies>
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>wink</artifactId>
<version>${version}</version>
<type>car</type>
</dependency>
</dependencies>
<!--
This is a workaround for wired bundle cache in the BundleClassloader,
add the import package explicitly to make sure the wink-common and wink-server
are wired immediately the application bundle is resolved
-->
<import-package>org.apache.wink.server.internal.resources</import-package>
<import-package>org.apache.wink.common.internal.runtime</import-package>
<import-package>javax.ws.rs;version="1.1"</import-package>
<import-package>javax.ws.rs.core;version="1.1"</import-package>
<import-package>javax.ws.rs.ext;version="1.1"</import-package>
</environment>
</xml-attribute>
</gbean>
</module>