META-INF.maven.org.wicketstuff.wicketstuff-jquery.pom.xml Maven / Gradle / Ivy
<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>
	<parent>
		<groupId>org.wicketstuff</groupId>
		<artifactId>jquery-parent</artifactId>
		<version>8.5.0</version>
	</parent>
	<artifactId>wicketstuff-jquery</artifactId>
	<packaging>jar</packaging>
	<name>JQuery Integration</name>
	<description>JQuery integration for Wicket</description>
	<developers>
		<developer>
			<id>david.bernard</id>
			<name>David Bernard</name>
			<email>dwayneb at users.sf.net</email>
			<timezone>+1</timezone>
		</developer>
		<developer>
			<id>xhanin</id>
			<name>Xavier Hanin</name>
		</developer>
		<developer>
			<id>edvinsyse</id>
			<name>Edvin Syse</name>
			<email>edvinsyse at users.sf.net</email>
			<timezone>+1</timezone>
		</developer>
	</developers>
	<build>
		<plugins>
			<plugin>
				<groupId>net.alchim31.maven</groupId>
				<artifactId>yuicompressor-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.wicket</groupId>
			<artifactId>wicket-extensions</artifactId>
		</dependency>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>wicketstuff-minis</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>net.sf.json-lib</groupId>
			<artifactId>json-lib</artifactId>
			<classifier>jdk15</classifier>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
		</dependency>
		<dependency>
			<groupId>org.testng</groupId>
			<artifactId>testng</artifactId>
		</dependency>
	</dependencies>
</project>
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy