Skip to content

Commit d6671b4

Browse files
committed
repo commit
1 parent 968ebc2 commit d6671b4

11 files changed

+105
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata modelVersion="1.1.0">
3+
<groupId>org.example</groupId>
4+
<artifactId>nextid_java_sdk</artifactId>
5+
<version>1.0-SNAPSHOT</version>
6+
<versioning>
7+
<snapshot>
8+
<timestamp>20221124.142135</timestamp>
9+
<buildNumber>1</buildNumber>
10+
</snapshot>
11+
<lastUpdated>20221124142135</lastUpdated>
12+
<snapshotVersions>
13+
<snapshotVersion>
14+
<extension>jar</extension>
15+
<value>1.0-20221124.142135-1</value>
16+
<updated>20221124142135</updated>
17+
</snapshotVersion>
18+
<snapshotVersion>
19+
<extension>pom</extension>
20+
<value>1.0-20221124.142135-1</value>
21+
<updated>20221124142135</updated>
22+
</snapshotVersion>
23+
</snapshotVersions>
24+
</versioning>
25+
</metadata>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0129464e2c4e577c665c458485a5588f
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f405a715d355e0cd6806f41c8871f0819cb3c86c
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4c4849d277985141ec99bc5b8e5783e4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5d2902f30d856fe3d32c89b3299a6c0896a12e7c
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<groupId>org.example</groupId>
8+
<artifactId>nextid_java_sdk</artifactId>
9+
<version>1.0-SNAPSHOT</version>
10+
<dependencies>
11+
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
12+
<dependency>
13+
<groupId>org.apache.httpcomponents</groupId>
14+
<artifactId>httpclient</artifactId>
15+
<version>4.5.13</version>
16+
</dependency>
17+
<dependency>
18+
<groupId>org.apache.commons</groupId>
19+
<artifactId>commons-lang3</artifactId>
20+
<version>3.12.0</version>
21+
</dependency>
22+
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
23+
<dependency>
24+
<groupId>org.projectlombok</groupId>
25+
<artifactId>lombok</artifactId>
26+
<version>1.18.12</version>
27+
<scope>provided</scope>
28+
</dependency>
29+
30+
<!-- https://mvnrepository.com/artifact/javax.validation/validation-api -->
31+
<dependency>
32+
<groupId>javax.validation</groupId>
33+
<artifactId>validation-api</artifactId>
34+
<version>2.0.1.Final</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.hibernate.validator</groupId>
38+
<artifactId>hibernate-validator</artifactId>
39+
<version>6.0.13.Final</version>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.glassfish</groupId>
43+
<artifactId>javax.el</artifactId>
44+
<version>3.0.1-b09</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.google.code.gson</groupId>
48+
<artifactId>gson</artifactId>
49+
<version>2.10</version>
50+
</dependency>
51+
52+
</dependencies>
53+
<distributionManagement>
54+
<repository>
55+
<id>nextid_java_sdk</id>
56+
<url>file:${basedir}/repo</url>
57+
</repository>
58+
</distributionManagement>
59+
60+
61+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7ea55dbf5108232a95e5919a74d1875b
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
740762610f1accebd62b07de870f7f478a02685c
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<metadata>
3+
<groupId>org.example</groupId>
4+
<artifactId>nextid_java_sdk</artifactId>
5+
<versioning>
6+
<versions>
7+
<version>1.0-SNAPSHOT</version>
8+
</versions>
9+
<lastUpdated>20221124142135</lastUpdated>
10+
</versioning>
11+
</metadata>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6f0fc78995180e1c631962c0e5736231
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ab3216f4d8b57378cd111ca57c96de57c0a4ff6a

0 commit comments

Comments
 (0)