Skip to content

Commit 2c87d0b

Browse files
committed
#262 - Downgrade Logback 1.1.8-> 1.1.7 as it seems to cause issues.
JPA build breaks for OpenJPA (incl. load-time weaving).
1 parent 7d10870 commit 2c87d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<jodatime>2.9.7</jodatime>
100100
<jsonpath>2.2.0</jsonpath>
101101
<junit>4.12</junit>
102-
<logback>1.1.8</logback>
102+
<logback>1.1.7</logback>
103103
<lombok>1.16.12</lombok>
104104
<mockito>1.10.19</mockito>
105105
<querydsl>4.1.4</querydsl>

0 commit comments

Comments
 (0)