diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/command/pom.xml | 2 | ||||
-rw-r--r-- | profiles/http/pom.xml | 12 | ||||
-rw-r--r-- | profiles/pom.xml | 10 | ||||
-rw-r--r-- | profiles/snmp/pom.xml | 2 |
4 files changed, 18 insertions, 8 deletions
diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index ddd3279f..2b56c54b 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> - <version>1.19</version> + <version>1.43</version> <scope>test</scope> </dependency> <dependency> diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3dee45c4..35bbbc1a 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -105,11 +105,6 @@ Excluded commons-codec vulnerable version and added invulnerable version <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> </exclusion> - <!--JIRA: CLI-253--> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> </exclusions> </dependency> <dependency> @@ -126,7 +121,7 @@ Excluded commons-codec vulnerable version and added invulnerable version <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> - <version>1.19</version> + <version>1.43</version> <scope>test</scope> </dependency> <dependency> @@ -135,6 +130,11 @@ Excluded commons-codec vulnerable version and added invulnerable version <version>1.19</version> <scope>test</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.10.0</version> + </dependency> </dependencies> <build> <plugins> diff --git a/profiles/pom.xml b/profiles/pom.xml index 39176e24..62893578 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -125,6 +125,16 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.0</version> + <configuration> + <argLine> + -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar + </argLine> + </configuration> + </plugin> </plugins> </pluginManagement> </build> diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 43e5ff51..577d5ddd 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -70,7 +70,7 @@ <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> - <version>1.19</version> + <version>1.43</version> <scope>test</scope> </dependency> <dependency> |