Skip to content

Commit

Permalink
Update to Azrael dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 24, 2021
1 parent 1abe74f commit 7400d39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>LabPal</name>

<!-- The project's version number -->
<version>2.11.8</version>
<version>2.11.9a</version>

<!-- The project's author. Currently this only
shows up in the footer of the Javadoc documentation. -->
Expand Down Expand Up @@ -94,7 +94,7 @@
<name>MTNP</name>
<classname>ca.uqac.lif.mtnp.table.Table</classname>
<files>
<zip>https://github.com/liflab/mtnp/releases/download/v0.1.12-alpha/mtnp-0.1.12-alpha.zip</zip>
<zip>https://github.com/liflab/mtnp/releases/download/v0.1.13a-alpha/mtnp-0.1.13-alpha.zip</zip>
</files>
<bundle>true</bundle>
</dependency>
Expand All @@ -116,8 +116,8 @@
<name>PDFBox</name>
<classname>org.apache.pdfbox.util.Version</classname>
<files>
<jar>http://central.maven.org/maven2/org/apache/pdfbox/pdfbox/2.0.14/pdfbox-2.0.14.jar</jar>
<jar>http://central.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar</jar>
<jar>https://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/2.0.23/pdfbox-2.0.23.jar</jar>
<jar>https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar</jar>
<!-- These are not necessary
<jar>http://central.maven.org/maven2/org/apache/pdfbox/fontbox/2.0.0/fontbox-2.0.0.jar</jar>
<jar>http://central.maven.org/maven2/org/apache/pdfbox/jempbox/1.8.11/jempbox-1.8.11.jar</jar>
Expand Down

0 comments on commit 7400d39

Please sign in to comment.