Skip to content

Commit 5708806

Browse files
author
Martin Plieske
committed
removed some license headers and formatted pom.xml
1 parent fcaaf43 commit 5708806

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

keeptime.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Copyright 2019 doubleSlash Net Business GmbH
21
start "" "javaw" -Dprism.order=sw -jar keeptime-v1.0.0.jar

logging.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright 2019 doubleSlash Net Business GmbH
2-
31
#Thu Jul 05 16:50:17 CEST 2018
42
.level=INFO
53
application.Log$ConsoleHandler.format={8_level} | {message_80} {time} {origin} \n{exception}

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<version>5.1.4</version>
4949
</dependency>
5050

51-
5251
<dependency>
5352
<groupId>com.1stleg</groupId>
5453
<artifactId>jnativehook</artifactId>
@@ -85,6 +84,7 @@
8584
<groupId>org.springframework.boot</groupId>
8685
<artifactId>spring-boot-maven-plugin</artifactId>
8786
</plugin>
87+
8888
<plugin>
8989
<artifactId>maven-assembly-plugin</artifactId>
9090
<executions>
@@ -103,8 +103,6 @@
103103
</execution>
104104
</executions>
105105
</plugin>
106-
107-
108106
</plugins>
109107
</build>
110108

0 commit comments

Comments
 (0)