forked from pool/java-jwt
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c92783f373c43c061a7b1aed77de11a1bcd9354bd8ff8aa1302fe2fd205bc1d0
|
||||
size 128628
|
3
4.4.0.tar.gz
Normal file
3
4.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc5d9809df1e6cc094e9ccf8e793d7ea5b5388b057eb35640e7f7c59e843b48c
|
||||
size 161373
|
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>java-jwt</artifactId>
|
||||
<version>3.8.3</version>
|
||||
<version>4.4.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>java jwt</name>
|
||||
<description>Java implementation of JSON Web Token (JWT)</description>
|
||||
@@ -29,13 +29,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.10.0.pr3</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.12</version>
|
||||
<version>2.14.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package java-jwt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: java-jwt
|
||||
Version: 3.8.3
|
||||
Version: 4.4.0
|
||||
Release: 0
|
||||
Summary: Java JWT
|
||||
License: MIT
|
||||
@@ -47,14 +47,11 @@ API documentation for the Logback library
|
||||
cp %{SOURCE1} lib/pom.xml
|
||||
|
||||
%pom_xpath_remove pom:dependency/pom:scope lib
|
||||
find lib -name module-info.java -print -delete
|
||||
|
||||
%build
|
||||
pushd lib
|
||||
%{mvn_build} -f -- \
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
-Dmaven.compiler.release=8 \
|
||||
%endif
|
||||
-Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8
|
||||
%{mvn_build} -f
|
||||
popd
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user