File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <jacoco .coverage.target.class.method>0.25</jacoco .coverage.target.class.method>
4747 <!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
4848 <jacoco .haltOnFailure>false</jacoco .haltOnFailure>
49+ <jjwt .suite.version>0.11.1</jjwt .suite.version>
4950 </properties >
5051
5152 <build >
540541 <version >2.8.6</version >
541542 <scope >test</scope >
542543 </dependency >
544+ <!-- JWT Dependencies -->
545+ <dependency >
546+ <groupId >io.jsonwebtoken</groupId >
547+ <artifactId >jjwt-api</artifactId >
548+ <version >${jjwt.suite.version} </version >
549+ <scope >provided</scope >
550+ </dependency >
551+ <dependency >
552+ <groupId >io.jsonwebtoken</groupId >
553+ <artifactId >jjwt-impl</artifactId >
554+ <version >${jjwt.suite.version} </version >
555+ <scope >provided</scope >
556+ </dependency >
557+ <dependency >
558+ <groupId >io.jsonwebtoken</groupId >
559+ <artifactId >jjwt-jackson</artifactId >
560+ <version >${jjwt.suite.version} </version >
561+ <scope >provided</scope >
562+ </dependency >
563+ <!-- end JWT Dependencies -->
543564 </dependencies >
544565 <repositories >
545566 <repository >
You can’t perform that action at this time.
0 commit comments