summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2014-05-06 22:30:40 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2014-05-06 22:30:40 +0200
commit7cf971cfe478fc4a170ea17274f44b24eae97e2b (patch)
treea9155d9d732462e2122bbe4d11323a07f442439f /pom.xml
parent7e2d2c074c3f09266dda31c772f4bec61e8d5742 (diff)
downloadactivemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.gz
activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.bz2
activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.tar.xz
activemq-plugin-7cf971cfe478fc4a170ea17274f44b24eae97e2b.zip
o Support for triggering builds from MQ messages with an MVEL expression.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 28f454f..3cebc1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,5 @@
-<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">
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
@@ -26,6 +27,11 @@
<artifactId>activemq-pool</artifactId>
<version>${version.activemq}</version>
</dependency>
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel2</artifactId>
+ <version>2.1.9.Final</version>
+ </dependency>
</dependencies>
<licenses>