mirror of https://github.com/apache/nifi.git
NIFI-522 updated Jetty version and removed extraneous name element from unrelated pom
This commit is contained in:
parent
8270791b1d
commit
ce5a654e96
|
@ -25,9 +25,6 @@
|
|||
|
||||
<artifactId>nifi-hl7-query-language</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>NiFi Health Level 7 (HL7) Query Language</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<org.slf4j.version>1.7.10</org.slf4j.version>
|
||||
<jetty.version>9.2.5.v20141112</jetty.version>
|
||||
<jetty.version>9.2.10.v20150310</jetty.version>
|
||||
<lucene.version>4.10.3</lucene.version>
|
||||
<spring.version>4.1.4.RELEASE</spring.version>
|
||||
<spring.security.version>3.2.5.RELEASE</spring.security.version>
|
||||
|
|
Loading…
Reference in New Issue