Skip to content

Commit

Permalink
LDEV-4478 - update dom4j
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 16, 2023
1 parent ec1c5cc commit 07c1e5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions source/java/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
</classpathentry>
<classpathentry kind="lib" path="libs/javax.servlet.jar"/>
<classpathentry kind="lib" path="libs/org-apache-felix-main-4-2-1.jar"/>
<classpathentry kind="lib" path="libs/org-apache-commons-collections-3-2-1.jar"/>
<classpathentry kind="lib" path="libs/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="libs/javassist-3.9.0.GA.jar"/>
<classpathentry kind="lib" path="libs/jta-1.1.0.jar"/>
<classpathentry kind="lib" path="libs/xml-apis-1.4.1.jar"/>
Expand All @@ -30,5 +28,6 @@
<classpathentry kind="lib" path="libs/org.lucee.hibernate-5.4.33.Final.jar"/>
<classpathentry kind="lib" path="libs/org.lucee.hibernate-ehcache-5.4.33.Final.jar"/>
<classpathentry kind="lib" path="libs/org.lucee.hibernate-annotations-5.1.2.Final.jar"/>
<classpathentry kind="lib" path="libs/org.apache.commons.commons-collections4-4.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file removed source/java/libs/dom4j-1.6.1.jar
Binary file not shown.
Binary file added source/java/libs/org.lucee.dom4j-2.1.4.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion source/java/src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Export-Package: org.lucee.extension.orm.hibernate,org.lucee.extension.orm.hibern
Import-Package: net.sf.ehcache.hibernate
Require-Bundle: org.lucee.hibernate;bundle-version="[5.4.33.Final,6)",
org.lucee.antlr;bundle-version=2.7.6,
org.lucee.dom4j;bundle-version=1.6.1,
org.lucee.dom4j;bundle-version=2.1.4,
org.lucee.javassist;bundle-version=3.9.0.GA,
org.lucee.jta;bundle-version=1.1.0,
slf4j.api;bundle-version=1.7.36,
Expand Down

0 comments on commit 07c1e5b

Please sign in to comment.