33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6- <!-- <parent> -- >
7- <!-- <groupId>com.skyflow</groupId> -- >
8- <!-- <artifactId>skyflow</artifactId> -- >
9- <!-- <version>1.0.1 </version> -- >
10- <!-- <relativePath>../pom.xml</relativePath> -- >
11- <!-- </parent> -- >
12- < groupId >com.skyflow</ groupId >
6+ <parent >
7+ <groupId >com.skyflow</groupId >
8+ <artifactId >skyflow</artifactId >
9+ <version >1.0.0 </version >
10+ <relativePath >../pom.xml</relativePath >
11+ </parent >
12+
1313 <artifactId >common</artifactId >
1414 <version >1.0.1</version >
15- <name >com.skyflow:common </name >
15+ <name >${project.groupId} : ${project.artifactId} </name >
1616
1717
1818 <properties >
1919 <maven .deploy.skip>true</maven .deploy.skip>
2020 <maven .compiler.source>8</maven .compiler.source>
2121 <maven .compiler.target>8</maven .compiler.target>
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <okhttp-version >4.12.0</okhttp-version >
24- <gson-version >2.10.1</gson-version >
25- <gson-fire-version >1.9.0</gson-fire-version >
26- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27- <okhttp-version >4.12.0</okhttp-version >
28- <junit-version >4.13.2</junit-version >
29- <javax-xml-bind-version >2.3.1</javax-xml-bind-version >
30- <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
3123 </properties >
32-
33- <dependencies >
34- <dependency >
35- <groupId >com.fasterxml.jackson.core</groupId >
36- <artifactId >jackson-databind</artifactId >
37- <version >2.17.2</version >
38- <scope >compile</scope >
39- </dependency >
40- <dependency >
41- <groupId >com.fasterxml.jackson.datatype</groupId >
42- <artifactId >jackson-datatype-jdk8</artifactId >
43- <version >2.17.2</version >
44- <scope >compile</scope >
45- </dependency >
46- <dependency >
47- <groupId >com.fasterxml.jackson.datatype</groupId >
48- <artifactId >jackson-datatype-jsr310</artifactId >
49- <version >2.17.2</version >
50- <scope >compile</scope >
51- </dependency >
52- <!-- newly added v2 dependencies -->
53- <dependency >
54- <groupId >io.github.cdimascio</groupId >
55- <artifactId >dotenv-java</artifactId >
56- <version >2.2.0</version >
57- </dependency >
58- <dependency >
59- <groupId >com.google.code.findbugs</groupId >
60- <artifactId >jsr305</artifactId >
61- <version >3.0.2</version >
62- </dependency >
63- <dependency >
64- <groupId >io.gsonfire</groupId >
65- <artifactId >gson-fire</artifactId >
66- <version >${gson-fire-version} </version >
67- </dependency >
68- <dependency >
69- <groupId >com.google.code.gson</groupId >
70- <artifactId >gson</artifactId >
71- <version >${gson-version} </version >
72- </dependency >
73- <dependency >
74- <groupId >com.squareup.okhttp3</groupId >
75- <artifactId >okhttp</artifactId >
76- <version >${okhttp-version} </version >
77- </dependency >
78- <dependency >
79- <groupId >com.squareup.okhttp3</groupId >
80- <artifactId >logging-interceptor</artifactId >
81- <version >${okhttp-version} </version >
82- </dependency >
83- <!-- existing dependencies -->
84- <dependency >
85- <groupId >commons-codec</groupId >
86- <artifactId >commons-codec</artifactId >
87- <version >1.15</version >
88- </dependency >
89- <dependency >
90- <groupId >io.jsonwebtoken</groupId >
91- <artifactId >jjwt</artifactId >
92- <version >0.12.6</version >
93- </dependency >
94- <dependency >
95- <groupId >jakarta.annotation</groupId >
96- <artifactId >jakarta.annotation-api</artifactId >
97- <version >${jakarta-annotation-version} </version >
98- <scope >provided</scope >
99- </dependency >
100- <dependency >
101- <groupId >javax.xml.bind</groupId >
102- <artifactId >jaxb-api</artifactId >
103- <version >${javax-xml-bind-version} </version >
104- </dependency >
105- <!-- existing test dependencies -->
106- <dependency >
107- <groupId >junit</groupId >
108- <artifactId >junit</artifactId >
109- <version >${junit-version} </version >
110- <scope >test</scope >
111- </dependency >
112- <dependency >
113- <groupId >org.powermock</groupId >
114- <artifactId >powermock-module-junit4</artifactId >
115- <version >2.0.9</version >
116- <scope >test</scope >
117- </dependency >
118- <dependency >
119- <groupId >org.powermock</groupId >
120- <artifactId >powermock-api-mockito2</artifactId >
121- <version >2.0.9</version >
122- <scope >test</scope >
123- </dependency >
124- <dependency >
125- <groupId >org.junit.jupiter</groupId >
126- <artifactId >junit-jupiter</artifactId >
127- <version >5.13.2</version >
128- <scope >compile</scope >
129- </dependency >
130- </dependencies >
131-
13224</project >
0 commit comments