Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 1541d0a

Browse files
committed
bumped signicat client version to 4.0.2 and added eclipse repository for commonj.sdo transitive dependency
1 parent 276fa8a commit 1541d0a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ To install these, download the jar-files to current directory and run the follow
2727
.. code:: bash
2828
2929
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=signicat-opensaml-1.1-PATCH-6.jar
30-
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=signicat-client-lib-4.0.1.jar
30+
mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=signicat-client-lib-4.0.2.jar
3131
3232
Installation
3333
~~~~~~~~~~~~
3434

3535
To install this plug-in, either download a binary version available from the `releases section of this project's GitHub repository <https://github.com/curityio/signicat-authenticator/releases>`_ or compile it from source (as described above). If you compiled the plug-in from source, the package will be placed in the ``target/libs`` subdirectory. The resulting JAR file or the one downloaded from GitHub needs to placed in the directory ``${IDSVR_HOME}/usr/share/plugins/signicat``. (The name of the last directory, ``signicat``, which is the plug-in group, is arbitrary and can be anything.) All of the dependent JAR files must be placed in this directory as well. These include:
3636

37-
* signicat-client-lib-4.0.1.jar
37+
* signicat-client-lib-4.0.2.jar
3838
* signicat-opensaml-1.1-PATCH-6.jar
3939
* commons-codec-1.10.jar
4040
* commons-logging-1.2.jar

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<dependency>
216216
<groupId>com.signicat.services.client</groupId>
217217
<artifactId>signicat-client-lib</artifactId>
218-
<version>4.0.1</version>
218+
<version>4.0.2</version>
219219
</dependency>
220220

221221
<dependency>
@@ -232,4 +232,11 @@
232232
</dependency>
233233

234234
</dependencies>
235+
<repositories>
236+
<repository>
237+
<id>eclipse</id>
238+
<name>Eclipse Maven Repository</name>
239+
<url>https://download.eclipse.org/rt/eclipselink/maven.repo/</url>
240+
</repository>
241+
</repositories>
235242
</project>

0 commit comments

Comments
 (0)