diff options
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/build.xml | 15 | ||||
-rw-r--r-- | client-compiler/ivy.xml | 3 |
2 files changed, 0 insertions, 18 deletions
diff --git a/client-compiler/build.xml b/client-compiler/build.xml index cff8057274..733ee73e32 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -38,21 +38,6 @@ gwt.svnrev=${git.revision}</echo> <reference refid="compiler.includes" torefid="extra.jar.includes" /> </antcall> - <!-- Hack to add validation dependency with source classifier --> - <property name="pom.xml" location="${result.dir}/lib/${module.name}-${vaadin.version}.pom" /> - <copy file="${pom.xml}" tofile="${temp.pom}"> - <filterchain> - <replacestring from=" </dependencies>" to=" <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> - <version>1.0.0.GA</version> - <scope>compile</scope> - <classifier>sources</classifier> - </dependency> - </dependencies>" /> - </filterchain> - </copy> - <move file="${temp.pom}" tofile="${pom.xml}" /> </target> <target name="publish-local" depends="jar"> diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index d57c3f700c..777236ee53 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -29,9 +29,6 @@ rev="3.1" conf="build,ide -> default" /> <dependency org="ant" name="ant" rev="1.6.5" conf="build,ide -> default" /> - <dependency org="javax.validation" name="validation-api" - rev="1.0.0.GA" conf="build->default,sources" /> - </dependencies> </ivy-module> |