mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Update junit to 4.12
This commit is contained in:
parent
dfc530a25d
commit
941f1ba77a
4 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,6 @@
|
|||
<cassandra.guava.version>16.0.1</cassandra.guava.version>
|
||||
|
||||
<!-- test library versions -->
|
||||
<junit.version>4.12</junit.version>
|
||||
<achilles.version>3.2.4-Zeppelin</achilles.version>
|
||||
<assertj.version>1.7.0</assertj.version>
|
||||
<mockito.version>1.9.5</mockito.version>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
<spring.security.kerberosclient>1.0.1.RELEASE</spring.security.kerberosclient>
|
||||
|
||||
<!--test library versions-->
|
||||
<junit.version>4.12</junit.version>
|
||||
<achilles.version>3.2.4-Zeppelin</achilles.version>
|
||||
<assertj.version>1.7.0</assertj.version>
|
||||
<mockito.version>1.9.5</mockito.version>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -103,9 +103,11 @@
|
|||
<commons.io.version>2.4</commons.io.version>
|
||||
<commons.collections.version>3.2.1</commons.collections.version>
|
||||
<commons.logging.version>1.1.1</commons.logging.version>
|
||||
<junit.version>4.11</junit.version>
|
||||
<shiro.version>1.2.3</shiro.version>
|
||||
|
||||
<!-- test library versions -->
|
||||
<junit.version>4.12</junit.version>
|
||||
|
||||
<!-- plugin versions -->
|
||||
<plugin.compiler.version>3.1</plugin.compiler.version>
|
||||
<plugin.resource.version>2.7</plugin.resource.version>
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ The following components are provided under the EPL License.
|
|||
(EPL 1.0) Sisu Inject Plexus 2.2.2 (org.sonatype.sisu:sisu-inject-plexus:2.2.2 - https://github.com/sonatype/sisu)
|
||||
(EPL 1.0) Sisu Inject Bean 2.2.2 (org.sonatype.sisu:sisu-inject-bean:2.2.2 - https://github.com/sonatype/sisu)
|
||||
(EPL 1.0) Sisu Inject Guice (org.sonatype.sisu:sisu-inject-guice:no_aop- https://github.com/sonatype/sisu)
|
||||
(EPL 1.0) JUnit 4.11 (junit:junit:4.11 - https://github.com/junit-team/junit4)
|
||||
(EPL 1.0) JUnit 4.12 (junit:junit:4.12 - https://github.com/junit-team/junit4)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue