BAEL-773 - Ratpack with Groovy (#6985)

* BAEL-773 - Ratpack with Groovy

* BAEL-773 - Ratpack with Groovy - PR review changes

* BAEL-773 - Ratpack with Groovy - PR review changes

* Typo corrected

* SQLs capitalised
This commit is contained in:
Anshul Bansal
2019-06-19 10:54:19 +03:00
committed by ashleyfrieze
parent c253f224bc
commit 0b13fdf96c
7 changed files with 167 additions and 1 deletions
+12 -1
View File
@@ -26,11 +26,21 @@
<artifactId>ratpack-core</artifactId>
<version>${ratpack.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-sql</artifactId>
<version>${groovy.sql.version}</version>
</dependency>
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-hikari</artifactId>
<version>${ratpack.version}</version>
</dependency>
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-groovy-test</artifactId>
<version>${ratpack.test.latest.version}</version>
</dependency>
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-hystrix</artifactId>
@@ -91,6 +101,7 @@
<httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.6</httpcore.version>
<hystrix.version>1.5.12</hystrix.version>
<groovy.sql.version>2.4.15</groovy.sql.version>
<ratpack.test.latest.version>1.6.1</ratpack.test.latest.version>
</properties>
</project>