summaryrefslogtreecommitdiffstats
path: root/bom/ivy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bom/ivy.xml')
-rw-r--r--bom/ivy.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/bom/ivy.xml b/bom/ivy.xml
deleted file mode 100644
index 39abb30d80..0000000000
--- a/bom/ivy.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ivy-module version="2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
- xmlns:m="http://ant.apache.org/ivy/maven">
-
- <info organisation="com.vaadin" module="vaadin-bom" revision="${vaadin.version}" />
-
- <configurations>
- <conf name="build" />
- </configurations>
- <publications>
- <artifact type="pom" ext="pom" />
- </publications>
- <dependencies defaultconf="build">
- </dependencies>
-
-</ivy-module>