Skip to content

Commit

Permalink
[JENKINS-51623] add whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
irissmann committed May 31, 2018
1 parent c7b913b commit d947bba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>plugin</artifactId>
<version>2.33</version>
<version>2.37</version>
<relativePath />
</parent>
<artifactId>arachni-scanner</artifactId>
<version>0.9.6-SNAPSHOT</version>
<packaging>hpi</packaging>
<properties>
<jenkins.version>2.7.3</jenkins.version>
<jenkins.version>2.124</jenkins.version>

This comment has been minimized.

Copy link
@oleg-nenashev

oleg-nenashev Jun 9, 2018

Member

@irissmann It will bump the plugin's Jenkins core requirement to 1.124, and the plugin will not be considered compatible with older versions. I would suggest reverting it.
If you want to test the plugin against JEP-200, you can use -Djenkins.version in manual runs or explicit version definitions in CI: https://github.com/jenkinsci/aws-device-farm-plugin/blob/master/Jenkinsfile

</properties>
<name>Arachni Scanner Plugin</name>
<description>Runs security scans on an Arachni Rest Server. For communication the Arachni REST API is used.</description>
Expand All @@ -33,6 +34,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/hudson.remoting.ClassFilter
@@ -0,0 +1 @@
org.slf4j.impl.JDK14LoggerAdapter

0 comments on commit d947bba

Please sign in to comment.