Skip to content

Commit be3e647

Browse files
committed
Updated dependencies and return to default CVE-will-break-the-build behaviour
1 parent 5487085 commit be3e647

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency><!-- gives us @NotNull annotations-->
5959
<groupId>com.github.bbottema</groupId>
6060
<artifactId>jetbrains-runtime-annotations</artifactId>
61-
<version>1.0.1</version>
61+
<version>1.0.2</version>
6262
<scope>compile</scope><!-- SimpleJavaMail uses the annotation using java reflection -->
6363
</dependency>
6464
<dependency>
@@ -111,13 +111,6 @@
111111
</excludes>
112112
</configuration>
113113
</plugin>
114-
<plugin>
115-
<groupId>org.sonatype.ossindex.maven</groupId>
116-
<artifactId>ossindex-maven-plugin</artifactId>
117-
<configuration>
118-
<fail>false</fail>
119-
</configuration>
120-
</plugin>
121114
<plugin>
122115
<groupId>org.apache.maven.plugins</groupId>
123116
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)