<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">
	<modelVersion>4.0.0</modelVersion>

	<name>wicket-kendo-ui-theme-bootstrap</name>
	<description>Wicket-Kendo UI Theme (Bootstrap)</description>

	<parent>
		<groupId>com.googlecode.wicket-jquery-ui</groupId>
		<artifactId>wicket-kendo-ui-themes</artifactId>
		<version>8.14.0</version>
	</parent>

	<artifactId>wicket-kendo-ui-theme-bootstrap</artifactId>
	<packaging>bundle</packaging>

    <properties>
	    <bundle.namespace>com.googlecode.wicket.kendo.ui.theme.bootstrap</bundle.namespace>
	</properties>

	<dependencies>
		<!-- KENDO-UI DEPENDENCIES -->
		<dependency>
			<groupId>com.googlecode.wicket-jquery-ui</groupId>
			<artifactId>wicket-kendo-ui</artifactId>
			<version>8.14.0</version>
			<scope>provided</scope>
		</dependency>

		<!-- WICKET DEPENDENCIES -->
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-core</artifactId>
			<version>${wicket.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-extensions</artifactId>
			<version>${wicket.version}</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

</project>
