Skip to content

Commit fac32b6

Browse files
committed
Update JSS dependency
1 parent 5f27ecb commit fac32b6

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<classpathentry kind="var" path="M2_REPO/org/jboss/resteasy/resteasy-jaxrs/3.0.26.Final/resteasy-jaxrs-3.0.26.Final.jar"/>
5353
<classpathentry kind="var" path="M2_REPO/org/jboss/resteasy/resteasy-client/3.0.26.Final/resteasy-client-3.0.26.Final.jar"/>
5454
<classpathentry kind="var" path="M2_REPO/org/jboss/resteasy/resteasy-jackson2-provider/3.0.26.Final/resteasy-jackson2-provider-3.0.26.Final.jar"/>
55-
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-base/5.7.0-SNAPSHOT/jss-base-5.7.0-SNAPSHOT.jar"/>
56-
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-tomcat/5.7.0-SNAPSHOT/jss-tomcat-5.7.0-SNAPSHOT.jar"/>
57-
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-tomcat-9.0/5.7.0-SNAPSHOT/jss-tomcat-9.0-5.7.0-SNAPSHOT.jar"/>
55+
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-base/5.8.0-SNAPSHOT/jss-base-5.8.0-SNAPSHOT.jar"/>
56+
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-tomcat/5.8.0-SNAPSHOT/jss-tomcat-5.8.0-SNAPSHOT.jar"/>
57+
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/jss/jss-tomcat-9.0/5.8.0-SNAPSHOT/jss-tomcat-9.0-5.8.0-SNAPSHOT.jar"/>
5858
<classpathentry kind="var" path="M2_REPO/org/dogtagpki/ldap-sdk/ldapjdk/5.6.0-SNAPSHOT/ldapjdk-5.6.0-SNAPSHOT.jar"/>
5959
<classpathentry kind="var" path="M2_REPO/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar"/>
6060
<classpathentry kind="var" path="M2_REPO/org/junit/jupiter/junit-jupiter/5.9.0/junit-jupiter-5.9.0.jar"/>

base/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.dogtagpki.jss</groupId>
159159
<artifactId>jss-base</artifactId>
160-
<version>[5.7.0-SNAPSHOT,)</version>
160+
<version>[5.8.0-SNAPSHOT,)</version>
161161
</dependency>
162162

163163
<dependency>

base/tomcat-9.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.dogtagpki.jss</groupId>
4545
<artifactId>jss-tomcat-9.0</artifactId>
46-
<version>[5.7.0-SNAPSHOT,)</version>
46+
<version>[5.8.0-SNAPSHOT,)</version>
4747
</dependency>
4848

4949
<dependency>

base/tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.dogtagpki.jss</groupId>
2121
<artifactId>jss-tomcat</artifactId>
22-
<version>[5.7.0-SNAPSHOT,)</version>
22+
<version>[5.8.0-SNAPSHOT,)</version>
2323
</dependency>
2424

2525
<dependency>

pki.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ BuildRequires: mvn(org.apache.tomcat:tomcat-util-scan) >= 9.0.62
242242
BuildRequires: tomcat9-lib
243243
%endif
244244

245-
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.7
246-
BuildRequires: mvn(org.dogtagpki.jss:jss-tomcat) >= 5.7
245+
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.8
246+
BuildRequires: mvn(org.dogtagpki.jss:jss-tomcat) >= 5.8
247247
BuildRequires: mvn(org.dogtagpki.ldap-sdk:ldapjdk) >= 5.6.0
248248

249249
# Python build dependencies
@@ -584,7 +584,7 @@ Provides: bundled(resteasy-client)
584584
Provides: bundled(resteasy-jackson2-provider)
585585
%endif
586586

587-
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.7
587+
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.8
588588
Requires: mvn(org.dogtagpki.ldap-sdk:ldapjdk) >= 5.6.0
589589
Requires: %{product_id}-base = %{version}-%{release}
590590

@@ -662,7 +662,7 @@ Requires: tomcat9 >= 1:9.0.62
662662
%else
663663
Requires: tomcat >= 1:9.0.62
664664
%endif
665-
Requires: mvn(org.dogtagpki.jss:jss-tomcat) >= 5.7
665+
Requires: mvn(org.dogtagpki.jss:jss-tomcat) >= 5.8
666666

667667
Requires: systemd
668668
Requires(post): systemd-units

0 commit comments

Comments
 (0)