Skip to content

Commit 613ff2d

Browse files
author
DIVAKARAN
committed
initial preview AUG_23
1 parent 2a1f3ff commit 613ff2d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.dhvakr</groupId>
66
<artifactId>keylogger</artifactId>
7-
<version>1.0</version>
7+
<version>0.0.1</version>
88
<packaging>jar</packaging>
99

1010
<name>keylogger</name>
@@ -17,24 +17,29 @@
1717
</properties>
1818

1919
<dependencies>
20+
21+
<!-- https://mvnrepository.com/artifact/com.1stleg/jnativehook -->
2022
<dependency>
2123
<groupId>com.1stleg</groupId>
2224
<artifactId>jnativehook</artifactId>
2325
<version>2.1.0</version>
2426
</dependency>
2527

28+
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
2629
<dependency>
2730
<groupId>org.slf4j</groupId>
2831
<artifactId>slf4j-api</artifactId>
2932
<version>1.7.25</version>
3033
</dependency>
3134

35+
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
3236
<dependency>
3337
<groupId>org.apache.logging.log4j</groupId>
3438
<artifactId>log4j-slf4j-impl</artifactId>
3539
<version>2.10.0</version>
3640
</dependency>
3741

42+
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
3843
<dependency>
3944
<groupId>org.apache.logging.log4j</groupId>
4045
<artifactId>log4j-core</artifactId>

0 commit comments

Comments
 (0)