File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 59
59
<module >scim-server</module >
60
60
<module >scim-server-fips</module >
61
61
<module >scim-client</module >
62
+ <module >scim-client-jakarta</module >
62
63
</modules >
63
64
64
65
<dependencyManagement >
121
122
<version >2.1.1</version >
122
123
</plugin >
123
124
<plugin >
124
- <groupId >org.codehaus.mojo </groupId >
125
- <artifactId >findbugs -maven-plugin</artifactId >
126
- <version >3.0.4 </version >
127
- </plugin >
125
+ <groupId >com.github.spotbugs </groupId >
126
+ <artifactId >spotbugs -maven-plugin</artifactId >
127
+ <version >4.7.3.5 </version >
128
+ </plugin >
128
129
<plugin >
129
130
<groupId >org.apache.maven.plugins</groupId >
130
131
<artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 20
20
<maven .compiler.source>11</maven .compiler.source>
21
21
<maven .compiler.target>11</maven .compiler.target>
22
22
<resteasy .version>6.0.3.Final</resteasy .version>
23
- <jans .version>1.0.16 </jans .version>
23
+ <jans .version>1.0.22 </jans .version>
24
24
</properties >
25
25
26
26
<repositories >
You can’t perform that action at this time.
0 commit comments