We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5487085 commit be3e647Copy full SHA for be3e647
pom.xml
@@ -58,7 +58,7 @@
58
<dependency><!-- gives us @NotNull annotations-->
59
<groupId>com.github.bbottema</groupId>
60
<artifactId>jetbrains-runtime-annotations</artifactId>
61
- <version>1.0.1</version>
+ <version>1.0.2</version>
62
<scope>compile</scope><!-- SimpleJavaMail uses the annotation using java reflection -->
63
</dependency>
64
<dependency>
@@ -111,13 +111,6 @@
111
</excludes>
112
</configuration>
113
</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>
121
<plugin>
122
<groupId>org.apache.maven.plugins</groupId>
123
<artifactId>maven-enforcer-plugin</artifactId>
0 commit comments