Skip to content

Commit

Permalink
Enable full Velocity syntax in SQL templates #60
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Mar 5, 2024
1 parent 50f7c08 commit 0139608
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* #58 Deprecate LinkMove 2 integration
* #59 (Jakarta Migration) Deprecate JAX-RS 2 (javax) version of the REST connector
* #60 Enable full Velocity syntax in SQL templates

## 3.0.M2

Expand Down
15 changes: 15 additions & 0 deletions bootique-linkmove3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-velocity</artifactId>
<version>${cayenne42.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -65,6 +76,10 @@
<groupId>io.bootique.cayenne</groupId>
<artifactId>bootique-cayenne42</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-velocity</artifactId>
</dependency>
<dependency>
<groupId>com.nhl.link.move</groupId>
<artifactId>link-move</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

<linkmove2.version>2.18</linkmove2.version>
<linkmove3.version>3.0.M6</linkmove3.version>
<cayenne42.version>4.2</cayenne42.version>
</properties>

<scm>
Expand Down

0 comments on commit 0139608

Please sign in to comment.