Skip to content

Commit ba4c994

Browse files
author
gustavnavar
committed
0.0.3
1 parent c904821 commit ba4c994

90 files changed

Lines changed: 2662 additions & 1766 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/misc.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gridcore/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.agno</groupId>
88
<artifactId>Grid.Core</artifactId>
9-
<version>0.0.2</version>
9+
<version>0.0.3</version>
1010
</parent>
1111

1212
<groupId>me.agno.gridcore</groupId>
@@ -27,9 +27,10 @@
2727
<version>1.18.28</version>
2828
</dependency>
2929
<dependency>
30-
<groupId>org.jinq</groupId>
31-
<artifactId>jinq-jpa</artifactId>
32-
<version>2.0.1</version>
30+
<groupId>jakarta.persistence</groupId>
31+
<artifactId>jakarta.persistence-api</artifactId>
32+
<version>[3.0,)</version>
33+
<scope>provided</scope>
3334
</dependency>
3435
</dependencies>
3536

0 commit comments

Comments
 (0)