diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-10-17 14:23:19 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-10-17 14:23:19 +0000 |
| commit | 28dbfe8d101dd14a95b1d75e799107bdaa6e18d0 (patch) | |
| tree | 279390c83b70fb7a41a4d42ee5cda92991140337 /qpid/java/common/pom.xml | |
| parent | 152b079dacea71ccd5efe7ef0458836d8aea8d2f (diff) | |
| download | qpid-python-28dbfe8d101dd14a95b1d75e799107bdaa6e18d0.tar.gz | |
QPID-6125 : [Java Broker] AMQP 0-8/9/9-1 protocol handler refactoring
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common/pom.xml')
| -rw-r--r-- | qpid/java/common/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index 4ba6713a6c..3ebb0098e0 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -111,7 +111,6 @@ <target> <ant antfile="build-generate-sources.xml"> <reference torefid="source.generation.classpathref" refid="maven.plugin.classpath" /> - <property name="gentools.classes" value="${project.build.directory}/gentools-classes" /> <property name="build.compiler" value="extJavac" /> </ant> </target> @@ -120,16 +119,6 @@ </executions> <dependencies> <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>${velocity-version}</version> - </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity-dep</artifactId> - <version>${velocity-version}</version> - </dependency> - <dependency> <groupId>org.python</groupId> <artifactId>jython-standalone</artifactId> <version>${jython-version}</version> |
