Skip to content

Commit

Permalink
Webjar version 1.0.3 (#388) [20250109.1711]
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Jan 9, 2025
1 parent 0bfae8e commit 435b426
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8c7414b1bc79d3818db790eea675f427
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a7a109a5d2fabdf20bdd4d00c4f1009800f4a8e
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- Coordinates -->
<groupId>org.exmaralda</groupId>
<artifactId>EXMARaLDA_WEB</artifactId>
<version>1.0.3</version>
<packaging>jar</packaging>

<!-- Metadata -->
<name>EXMARaLDA Web Library</name>
<description>A library for integrating EXMARaLDA functionality into web applications</description>
<url>https://github.com/Exmaralda-Org/exmaralda</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>berndmoos</id>
<name>Thomas Schmidt</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<url>https://github.com/Exmaralda-Org/exmaralda</url>
<connection>scm:git:https://github.com/Exmaralda-Org/exmaralda.git</connection>
</scm>

<!-- Dependencies -->
<dependencies>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.8.0-6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/xalan/xalan -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/xalan/serializer -->
<dependency>
<groupId>xalan</groupId>
<artifactId>serializer</artifactId>
<version>2.7.1</version>
</dependency>
<!-- see https://www.codejava.net/coding/solved-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.annolab.tt4j</groupId>
<artifactId>org.annolab.tt4j</artifactId>
<version>1.2.1</version>
</dependency>


</dependencies>


</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b244ebf4242b4e581a3216308d81b73
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d24d6016d859ca3fcdd811ed259f186a6c349c8c

0 comments on commit 435b426

Please sign in to comment.