|
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>io.split.openfeature</groupId> |
8 | 8 | <artifactId>split-openfeature-provider</artifactId> |
9 | | - <version>1.2.0</version> |
| 9 | + <version>1.2.1</version> |
10 | 10 | <name>split-openfeature-provider-java</name> |
11 | 11 | <description>Split OpenFeature Java Provider</description> |
12 | 12 | <url>www.split.io</url> |
|
49 | 49 | <artifactId>java-client</artifactId> |
50 | 50 | <version>4.18.1</version> |
51 | 51 | </dependency> |
52 | | - <dependency> |
53 | | - <groupId>org.apache.httpcomponents</groupId> |
54 | | - <artifactId>httpclient</artifactId> |
55 | | - <version>4.5.14</version> |
56 | | - </dependency> |
57 | 52 | <dependency> |
58 | 53 | <groupId>org.mockito</groupId> |
59 | 54 | <artifactId>mockito-core</artifactId> |
|
65 | 60 | <artifactId>sdk</artifactId> |
66 | 61 | <version>1.18.1</version> |
67 | 62 | </dependency> |
68 | | - <dependency> |
69 | | - <groupId>com.fasterxml.jackson.core</groupId> |
70 | | - <artifactId>jackson-core</artifactId> |
71 | | - <version>2.20.0</version> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>com.fasterxml.jackson.core</groupId> |
75 | | - <artifactId>jackson-databind</artifactId> |
76 | | - <version>2.20.0</version> |
77 | | - </dependency> |
78 | 63 | </dependencies> |
79 | 64 | <build> |
80 | 65 | <pluginManagement> |
|
85 | 70 | <artifactId>maven-clean-plugin</artifactId> |
86 | 71 | <version>3.5.0</version> |
87 | 72 | </plugin> |
| 73 | + <plugin> |
| 74 | + <groupId>org.owasp</groupId> |
| 75 | + <artifactId>dependency-check-maven</artifactId> |
| 76 | + <version>12.1.6</version> |
| 77 | + <configuration> |
| 78 | + <nvdApiKey>41aa3456-48f3-466a-a8ea-db1e84caba36</nvdApiKey> |
| 79 | + <failBuildOnCVSS>7</failBuildOnCVSS> |
| 80 | + </configuration> |
| 81 | + <executions> |
| 82 | + <execution> |
| 83 | + <goals> |
| 84 | + <goal>check</goal> |
| 85 | + </goals> |
| 86 | + </execution> |
| 87 | + </executions> |
| 88 | + </plugin> |
88 | 89 | <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
89 | 90 | <plugin> |
90 | 91 | <artifactId>maven-resources-plugin</artifactId> |
|
0 commit comments