1- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <groupId >io.fusionauth</groupId >
4140 </developers >
4241
4342 <licenses >
44- <license >
45- <name >Apache-2.0</name >
46- <url >https://www.apache.org/licenses/LICENSE-2.0</url >
47- <distribution >repo</distribution >
48- </license >
49- </licenses >
43+ <license >
44+ <name >Apache-2.0</name >
45+ <url >https://www.apache.org/licenses/LICENSE-2.0</url >
46+ <distribution >repo</distribution >
47+ </license >
48+ </licenses >
5049
5150 <scm >
5251 <connection >scm:git:ssh://github.com:fusionauth/fusionauth-jwt</connection >
6160 </properties >
6261
6362 <dependencies >
64- <dependency >
65- <groupId >com.fasterxml.jackson.core</groupId >
66- <artifactId >jackson-core</artifactId >
67- <version >2.15.4</version >
68- <type >jar</type >
69- <scope >compile</scope >
70- <optional >false</optional >
71- </dependency >
72- <dependency >
73- <groupId >com.fasterxml.jackson.core</groupId >
74- <artifactId >jackson-databind</artifactId >
75- <version >2.15.4</version >
76- <type >jar</type >
77- <scope >compile</scope >
78- <optional >false</optional >
79- </dependency >
80- <dependency >
81- <groupId >com.fasterxml.jackson.core</groupId >
82- <artifactId >jackson-annotations</artifactId >
83- <version >2.15.4</version >
84- <type >jar</type >
85- <scope >compile</scope >
86- <optional >false</optional >
87- </dependency >
88- <dependency >
89- <groupId >org.bouncycastle</groupId >
90- <artifactId >bc-fips</artifactId >
91- <version >2.1.2</version >
92- <type >jar</type >
93- <scope >test</scope >
94- <optional >false</optional >
95- </dependency >
96- <dependency >
97- <groupId >org.testng</groupId >
98- <artifactId >testng</artifactId >
99- <version >7.9.0</version >
100- <type >jar</type >
101- <scope >test</scope >
102- <optional >false</optional >
103- </dependency >
104- <dependency >
105- <groupId >org.slf4j</groupId >
106- <artifactId >slf4j-nop</artifactId >
107- <version >1.7.36</version >
108- <type >jar</type >
109- <scope >test</scope >
110- <optional >false</optional >
111- </dependency >
112- </dependencies >
63+ <dependency >
64+ <groupId >com.fasterxml.jackson.core</groupId >
65+ <artifactId >jackson-core</artifactId >
66+ <version >2.15.4</version >
67+ <type >jar</type >
68+ <scope >compile</scope >
69+ <optional >false</optional >
70+ </dependency >
71+ <dependency >
72+ <groupId >com.fasterxml.jackson.core</groupId >
73+ <artifactId >jackson-databind</artifactId >
74+ <version >2.15.4</version >
75+ <type >jar</type >
76+ <scope >compile</scope >
77+ <optional >false</optional >
78+ </dependency >
79+ <dependency >
80+ <groupId >com.fasterxml.jackson.core</groupId >
81+ <artifactId >jackson-annotations</artifactId >
82+ <version >2.15.4</version >
83+ <type >jar</type >
84+ <scope >compile</scope >
85+ <optional >false</optional >
86+ </dependency >
87+ <dependency >
88+ <groupId >org.bouncycastle</groupId >
89+ <artifactId >bc-fips</artifactId >
90+ <version >2.1.2</version >
91+ <type >jar</type >
92+ <scope >test</scope >
93+ <optional >false</optional >
94+ </dependency >
95+ <dependency >
96+ <groupId >org.testng</groupId >
97+ <artifactId >testng</artifactId >
98+ <version >7.9.0</version >
99+ <type >jar</type >
100+ <scope >test</scope >
101+ <optional >false</optional >
102+ </dependency >
103+ <dependency >
104+ <groupId >org.slf4j</groupId >
105+ <artifactId >slf4j-nop</artifactId >
106+ <version >1.7.36</version >
107+ <type >jar</type >
108+ <scope >test</scope >
109+ <optional >false</optional >
110+ </dependency >
111+ </dependencies >
113112
114113 <build >
115114 <plugins >
236235 </profile >
237236 </profiles >
238237
239- </project >
238+ </project >
0 commit comments