2009/5/16 Wayne Fay <[email protected]>:
>> How on earth do you explain javax/servlet/**/*.class files appearing
>> in your output directory that are not in your source tree?
>
> dependency:unpack would do that.
>
As far as I can tell, it's not present. I've attached the
effective-pom.xml for anyone interested to have a look through. Maybe
I'm just going blind! The groupId mindfruit are personal projects.
Also attached is a tidied version of find.
find . -type f | grep -v
'svn\|webapp/images\|class$\|\js$\|html$\|css$\|tomcat/logs' | sort
> Check the pom for "odd" configuration.
Nothing really leaps out at me - seems quite vanilla really.
> Also check profiles.xml in the same dir.
Not present
> Then check the pom's parent for odd configuration, and profiles.xml.
No profiles.xml discovered using either the find or locate commands.
> Then check settings.xml files that may be affecting the build.
The only settings.xml reported by a 'locate' is the default
settings.xml in the maven/conf directory.
> "mvn help:effective-pom" should also prove useful in your investigations.
See attached.
> This is the kind of thing that we hear every now and then on this list
> and every time it turns out someone else (who controls a parent pom,
> perhaps) made a change that wasn't communicated, or SOMETHING along
> those lines. Maven would not just start doing this out of the blue.
Sadly, I'm the only one responsible for cocking this up ;)
> I'm not aware of any obvious "oh that's in JIRA" explanation for what
> you're seeing. Its possible but highly unlikely that you've stumbled
> into a very odd bug...
Quite. Why is it only writing class files for a sub-set of the
javax.servlet package hierarchy? Why isn't it unpacking other
dependencies too? Why is this happening on both the Mac I use at home
and the Linux box I use at work? That indicates surely that it's being
caused by a (sub-) versioned file in the project hierarchy.
> Wayne
Cheers for your help!
./.classpath
./.project
./gwt.event.EditEvent.launch
./gwt.login.LoginContext.launch
./gwtcompile.sh
./gwtshell.sh
./pom.xml
./src/main/apache/velocity-web-vhost.conf
./src/main/binaries/photoshop/calendar_icon.psd
./src/main/hsqldb/bin/hsqldb.sh
./src/main/hsqldb/bin/scriptconvert.sed
./src/main/hsqldb/bin/server.properties
./src/main/hsqldb/bin/shell.sh
./src/main/hsqldb/bin/sqltool.rc
./src/main/hsqldb/bin/sr2.script
./src/main/hsqldb/bin/tmp.txt
./src/main/hsqldb/work/hsqldb.log
./src/main/hsqldb/work/pid
./src/main/java/gwt/Sr2Base.gwt.xml
./src/main/java/gwt/calendar/Calendar.gwt.xml
./src/main/java/gwt/calendar/client/CalendarCallback.java
./src/main/java/gwt/calendar/client/CalendarConstants.java
./src/main/java/gwt/calendar/client/CalendarGrid.java
./src/main/java/gwt/calendar/client/CalendarWidget.java
./src/main/java/gwt/calendar/client/MonthItem.java
./src/main/java/gwt/calendar/client/MouseAwareComposite.java
./src/main/java/gwt/calendar/client/YearItem.java
./src/main/java/gwt/client/DivPanel.java
./src/main/java/gwt/client/WidgetsUtil.java
./src/main/java/gwt/event/EditEvent.gwt.xml
./src/main/java/gwt/event/PlayerCalendar.gwt.xml
./src/main/java/gwt/event/client/EditEventContext.java
./src/main/java/gwt/event/client/EventDetailsForm.java
./src/main/java/gwt/event/client/EventModelTO.java
./src/main/java/gwt/event/client/EventTO.java
./src/main/java/gwt/event/client/FixtureTO.java
./src/main/java/gwt/event/client/PlayerCalendar.java
./src/main/java/gwt/event/client/PlayerCalendarContext.java
./src/main/java/gwt/event/client/PlayerCalendarDataService.java
./src/main/java/gwt/event/client/PlayerCalendarDataServiceAsync.java
./src/main/java/gwt/login/LoginContext.gwt.xml
./src/main/java/gwt/login/client/LoginContext.java
./src/main/java/gwt/login/client/LoginResult.java
./src/main/java/gwt/login/client/LoginService.java
./src/main/java/gwt/login/client/LoginServiceAsync.java
./src/main/java/gwt/player/PlayerHome.gwt.xml
./src/main/java/gwt/player/ViewPlayer.gwt.xml
./src/main/java/gwt/player/client/PlayerProfileService.java
./src/main/java/gwt/player/client/PlayerProfileServiceAsync.java
./src/main/java/gwt/player/client/ViewPlayer.java
./src/main/java/uk/co/mindfruit/sports/controller/Constants.java
./src/main/java/uk/co/mindfruit/sports/controller/IllegalOperationController.java
./src/main/java/uk/co/mindfruit/sports/controller/LoginController.java
./src/main/java/uk/co/mindfruit/sports/controller/PlayerCalendarDataController.java
./src/main/java/uk/co/mindfruit/sports/controller/PlayerHomeController.java
./src/main/java/uk/co/mindfruit/sports/controller/PlayerProfileController.java
./src/main/java/uk/co/mindfruit/sports/gwt/service/LoginServiceImpl.java
./src/main/java/uk/co/mindfruit/sports/gwt/service/PlayerCalendarDataServiceImpl.java
./src/main/java/uk/co/mindfruit/sports/gwt/service/PlayerProfileServiceImpl.java
./src/main/java/uk/co/mindfruit/sports/interceptor/SessionTokenHandlerInterceptor.java
./src/main/java/uk/co/mindfruit/sports/util/RequestUtil.java
./src/main/java/uk/co/mindfruit/sports/util/SessionTokenStore.java
./src/main/java/uk/co/mindfruit/velocity/AbstractTemplateController.java
./src/main/java/uk/co/mindfruit/velocity/AbstractTemplateFormController.java
./src/main/java/uk/co/mindfruit/velocity/VelocityTemplateController.java
./src/main/resources/gwt/calendar/client/CalendarConstants.properties
./src/main/tomcat/bin/catalina.sh
./src/main/tomcat/conf/Catalina/localhost/velocity.xml
./src/main/tomcat/conf/catalina.policy
./src/main/tomcat/conf/catalina.properties
./src/main/tomcat/conf/context.xml
./src/main/tomcat/conf/logging.properties
./src/main/tomcat/conf/server.xml
./src/main/tomcat/conf/tomcat-users.xml
./src/main/tomcat/conf/web.xml
./src/main/tomcat/shared/classes/sports-webapp.properties
./src/main/tomcat/shared/lib/db2jcc-9.5.jar
./src/main/tomcat/shared/lib/db2jcc-licence-9.5.jar
./src/main/webapp/META-INF/context.xml
./src/main/webapp/WEB-INF/application-context.xml
./src/main/webapp/WEB-INF/authentication-context.xml
./src/main/webapp/WEB-INF/classes/log4j.properties
./src/main/webapp/WEB-INF/controller-servlet.xml
./src/main/webapp/WEB-INF/data-access-context.xml
./src/main/webapp/WEB-INF/deploy.properties
./src/main/webapp/WEB-INF/messages.properties
./src/main/webapp/WEB-INF/template-servlet-config.xml
./src/main/webapp/WEB-INF/web.xml
./src/test/java/VelocityWebAllTests.java
./src/test/java/uk/co/mindfruit/sports/controller/AllTests.java
./src/test/java/uk/co/mindfruit/sports/controller/LoginControllerTest.java
./src/test/java/uk/co/mindfruit/template/TrimpathViewTest.java
./src/test/resources/log4j.properties
./target/classes/gwt/calendar/client/CalendarConstants.properties
./target/maven-archiver/pom.properties
./target/surefire-reports/TEST-uk.co.mindfruit.sports.controller.LoginControllerTest.xml
./target/surefire-reports/TEST-uk.co.mindfruit.template.TrimpathViewTest.xml
./target/surefire-reports/uk.co.mindfruit.sports.controller.LoginControllerTest.txt
./target/surefire-reports/uk.co.mindfruit.template.TrimpathViewTest.txt
./target/test-classes/log4j.properties
./target/velocity-web-0.1-sources.jar
./target/velocity-web-0.1.jar
./todo.txt
<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">
<parent>
<artifactId>socialrugby-pom</artifactId>
<groupId>mindfruit</groupId>
<version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>mindfruit.sr2</groupId>
<artifactId>velocity-web</artifactId>
<name>velocity-web</name>
<version>0.1</version>
<build>
<sourceDirectory>/Users/michaelg/dev/projects/sr2/velocity-web/src/main/java</sourceDirectory>
<scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
<testSourceDirectory>/Users/michaelg/dev/projects/sr2/velocity-web/src/test/java</testSourceDirectory>
<outputDirectory>/Users/michaelg/dev/projects/sr2/velocity-web/target/classes</outputDirectory>
<testOutputDirectory>/Users/michaelg/dev/projects/sr2/velocity-web/target/test-classes</testOutputDirectory>
<resources>
<resource>
<directory>/Users/michaelg/dev/projects/sr2/velocity-web/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>/Users/michaelg/dev/projects/sr2/velocity-web/src/test/resources</directory>
</testResource>
</testResources>
<directory>/Users/michaelg/dev/projects/sr2/velocity-web/target</directory>
<finalName>velocity-web-0.1</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<artifactId>maven-ear-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
<artifactId>maven-rar-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-6</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.2</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1-alpha-1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<downloadSources>true</downloadSources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-help-plugin</artifactId>
<version>2.1</version>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<releases>
<checksumPolicy>warn</checksumPolicy>
</releases>
<id>codehaus.org</id>
<name>Codehaus Repository</name>
<url>http://repository.codehaus.org/</url>
</repository>
<repository>
<id>gwt-maven</id>
<name>GoogleCode Repository</name>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
</repository>
<repository>
<id>jboss.org</id>
<name>JBoss Repository</name>
<url>http://repository.jboss.com/maven2/</url>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Release Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/release/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Maven Repository Switchboard</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>apache.snapshots</id>
<name>snapshot plugins</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</pluginRepository>
<pluginRepository>
<id>gwt-maven-plugins</id>
<url>http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/</url>
</pluginRepository>
<pluginRepository>
<id>snapshots.jboss.org</id>
<name>JBoss Maven Snapshot Repository</name>
<url>http://snapshots.jboss.org/maven2</url>
</pluginRepository>
<pluginRepository>
<snapshots />
<id>maven.jboss.org</id>
<name>JBoss Maven Snapshot Repository</name>
<url>http://repository.jboss.com/maven2</url>
</pluginRepository>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Maven Plugin Repository</name>
<url>http://repo1.maven.org/maven2</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>common</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>charon</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>trimpath-server-support</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit.sr2</groupId>
<artifactId>data-access</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit.sr2</groupId>
<artifactId>db2-data-access</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit.sr2</groupId>
<artifactId>domain-model</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>hsqldb-support</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>gwt-widget</groupId>
<artifactId>gwt-sl</artifactId>
<version>0.1.5b</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>1.6.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.6.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>testutils</artifactId>
<version>0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit3</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<outputDirectory>target/site</outputDirectory>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<link>http://static.springframework.org/spring/docs/2.5.x/api</link>
</links>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>common</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>charon</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>mindfruit-io</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>testutils</artifactId>
<version>0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mindfruit.sr2</groupId>
<artifactId>data-access</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit.sr2</groupId>
<artifactId>domain-model</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>charon</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>trimpath-server-support</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2</version>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>1.5</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time-hibernate</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.5.ga</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>mindfruit</groupId>
<artifactId>testutils</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjlib</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk16</artifactId>
<version>141</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>141</version>
</dependency>
<dependency>
<groupId>org.javolution</groupId>
<artifactId>javolution</artifactId>
<version>5.2.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-binding</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflow</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>oscache</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-lgpl</artifactId>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.db4o</groupId>
<artifactId>db4o-bloat</artifactId>
<version>7.4.63.11890</version>
</dependency>
<dependency>
<groupId>com.db4o</groupId>
<artifactId>db4o-java5</artifactId>
<version>7.4.63.11890</version>
</dependency>
<dependency>
<groupId>com.db4o</groupId>
<artifactId>db4o-nqopt</artifactId>
<version>7.4.63.11890</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<bc.jvm.version>16</bc.jvm.version>
<db4o.dependency.version>7.4.63.11890</db4o.dependency.version>
<ehcache.dependency.version>1.5.0</ehcache.dependency.version>
<google.webtoolkit.home>${ENV.GWT_HOME}</google.webtoolkit.home>
<gwt.dependency.version>1.6.4</gwt.dependency.version>
<gwtwidget.dependency.version>0.1.5b</gwtwidget.dependency.version>
<mavengwt.dependency.version>2.0-RC1</mavengwt.dependency.version>
<platform>mac</platform>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<source.jvm.version>1.5</source.jvm.version>
<spring.dependency.version>2.5</spring.dependency.version>
<springmodules.dependency.version>0.9</springmodules.dependency.version>
<target.jvm.version>1.5</target.jvm.version>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]