blob: e34f8fbd3bde9813f76b00f7338b256aef958039 [file] [log] [blame]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.karaf</groupId>
<artifactId>webconsole</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Apache Karaf :: Karaf Webconsole Prototype</name>
<packaging>pom</packaging>
<properties>
<jetty.version>6.1.25</jetty.version>
<slf4j.version>1.5.8</slf4j.version>
<log4j.version>1.2.14</log4j.version>
<ops4j.paxwicket.version>0.8.0-SNAPSHOT</ops4j.paxwicket.version>
<karaf.version>2.2.2</karaf.version>
</properties>
<modules>
<module>core</module>
<module>osgi</module>
<module>blueprint</module>
<module>karaf</module>
<module>features</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>wiquery</id>
<name>wiquery wicket components</name>
<url>http://wiquery.googlecode.com/svn/repo/</url>
</repository>
</repositories>
</project>