Add missing property
This commit is contained in:
parent
3ed183ee6e
commit
63bb0809f7
|
@ -11,6 +11,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<env.camel.version>2.16.1</env.camel.version>
|
<env.camel.version>2.16.1</env.camel.version>
|
||||||
<env.spring.version>4.2.4.RELEASE</env.spring.version>
|
<env.spring.version>4.2.4.RELEASE</env.spring.version>
|
||||||
|
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<junit.version>4.12</junit.version>
|
<junit.version>4.12</junit.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -78,4 +79,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue