|
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <artifactId>simplest</artifactId> |
9 | 9 | <name>sample of a exposing api</name> |
10 | | - <version>4.1-SNAPSHOT</version> |
| 10 | + <version>4.1.0</version> |
11 | 11 |
|
12 | 12 | <repositories> |
13 | 13 | <repository> |
14 | | - <id>github-marc</id> |
15 | | - <url>https://maven.pkg.github.com/MarcGuiot/*</url> |
16 | | - </repository> |
17 | | - <repository> |
18 | | - <id>central</id> |
19 | | - <url>https://repo1.maven.org/maven2</url> |
| 14 | + <id>github-globsframework</id> |
| 15 | + <url>https://maven.pkg.github.com/globsframework/*</url> |
20 | 16 | </repository> |
21 | 17 | </repositories> |
22 | 18 |
|
23 | 19 | <distributionManagement> |
24 | 20 | <repository> |
25 | | - <id>github</id> |
| 21 | + <id>github-globsframework</id> |
26 | 22 | <name>GitHub Packages</name> |
27 | 23 | <url>https://maven.pkg.github.com/${env.GITHUB_REPOSITORY}</url> |
28 | 24 | </repository> |
29 | | - <snapshotRepository> |
30 | | - <id>github</id> |
31 | | - <name>GitHub Packages</name> |
32 | | - <url>https://maven.pkg.github.com/${env.GITHUB_REPOSITORY}</url> |
33 | | - </snapshotRepository> |
34 | 25 | </distributionManagement> |
35 | 26 |
|
36 | 27 | <build> |
|
132 | 123 | <dependency> |
133 | 124 | <groupId>org.globsframework</groupId> |
134 | 125 | <artifactId>globs</artifactId> |
135 | | - <version>4.1-SNAPSHOT</version> |
| 126 | + <version>4.1.0</version> |
136 | 127 | </dependency> |
137 | 128 | <dependency> |
138 | 129 | <groupId>org.globsframework</groupId> |
139 | 130 | <artifactId>globs-commandline</artifactId> |
140 | | - <version>4.1-SNAPSHOT</version> |
| 131 | + <version>4.1.0</version> |
141 | 132 | </dependency> |
142 | 133 | <dependency> |
143 | 134 | <groupId>org.globsframework</groupId> |
144 | 135 | <artifactId>globs-http</artifactId> |
145 | | - <version>4.1-SNAPSHOT</version> |
| 136 | + <version>4.1.0</version> |
146 | 137 | <exclusions> |
147 | 138 | <exclusion> |
148 | 139 | <groupId>io.etcd</groupId> |
|
153 | 144 | <dependency> |
154 | 145 | <groupId>org.globsframework</groupId> |
155 | 146 | <artifactId>globs-sql</artifactId> |
156 | | - <version>4.1-SNAPSHOT</version> |
| 147 | + <version>4.1.0</version> |
157 | 148 | <exclusions> |
158 | 149 | <exclusion> |
159 | 150 | <groupId>org.mariadb.jdbc</groupId> |
|
172 | 163 | <dependency> |
173 | 164 | <groupId>org.globsframework</groupId> |
174 | 165 | <artifactId>globs-graphql</artifactId> |
175 | | - <version>4.1-SNAPSHOT</version> |
| 166 | + <version>4.1.0</version> |
176 | 167 | </dependency> |
| 168 | + |
177 | 169 | <dependency> |
178 | 170 | <groupId>org.globsframework</groupId> |
179 | 171 | <artifactId>globs-generate</artifactId> |
180 | | - <version>4.1-SNAPSHOT</version> |
| 172 | + <version>4.1.0</version> |
181 | 173 | </dependency> |
182 | 174 |
|
183 | 175 | <dependency> |
184 | | - <groupId>com.graphql-java</groupId> |
185 | | - <artifactId>graphql-java</artifactId> |
186 | | - <version>21.1</version> |
| 176 | + <groupId>com.zaxxer</groupId> |
| 177 | + <artifactId>HikariCP</artifactId> |
| 178 | + <version>6.0.0</version> |
187 | 179 | </dependency> |
188 | | - |
189 | 180 | <dependency> |
190 | | - <groupId>junit</groupId> |
191 | | - <artifactId>junit</artifactId> |
192 | | - <version>4.13.2</version> |
193 | | - <scope>test</scope> |
| 181 | + <groupId>com.graphql-java</groupId> |
| 182 | + <artifactId>graphql-java</artifactId> |
| 183 | + <version>21.5</version> |
194 | 184 | </dependency> |
195 | 185 | <dependency> |
196 | 186 | <groupId>org.slf4j</groupId> |
|
218 | 208 | <!-- <version>2.20.0</version>--> |
219 | 209 | <!-- </dependency>--> |
220 | 210 | <dependency> |
221 | | - <groupId>com.zaxxer</groupId> |
222 | | - <artifactId>HikariCP</artifactId> |
223 | | - <version>6.0.0</version> |
| 211 | + <groupId>junit</groupId> |
| 212 | + <artifactId>junit</artifactId> |
| 213 | + <version>4.13.2</version> |
| 214 | + <scope>test</scope> |
224 | 215 | </dependency> |
225 | 216 | </dependencies> |
226 | 217 |
|
|
0 commit comments