Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Oussama Zgheb authored and Oussama Zgheb committed Jan 8, 2024
1 parent f4865fc commit 7d4a10b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -75,10 +75,10 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>20</source>
<target>20</target>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
Expand Down
16 changes: 16 additions & 0 deletions src/module-info.java
@@ -0,0 +1,16 @@
/**
*
*/
/**
*
*/
module JWT4B {
requires java.jwt;
requires org.apache.commons.codec;
requires minimal.json;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires java.desktop;
requires commons.lang;
requires rsyntaxtextarea;
}

0 comments on commit 7d4a10b

Please sign in to comment.