d

dependencies

Parent Dependency POM that extends Spring Boot for the Wily Framework.
https://github.com/gditfc/wily-dependencies
The Apache Software License, Version 2.0
Nick DiMola
Files download
File Operation
dependencies-2.1.5.pom download
Apache Maven
<dependency>
  <groupId>io.csra.wily</groupId>
  <artifactId>dependencies</artifactId>
  <version>2.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.csra.wily:dependencies:2.1.5'
Gradle Kotlin
implementation("io.csra.wily:dependencies:2.1.5")
Scala SBT
libraryDependencies += "io.csra.wily" % "dependencies" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.csra.wily', module='dependencies', version='2.1.5')
)
Apache Ivy
<dependency org="io.csra.wily" name="dependencies" rev="2.1.5" />
Leiningen
[io.csra.wily/dependencies "2.1.5"]
Apache Buildr
'io.csra.wily:dependencies:jar:2.1.5'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>2.1.5.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-starter-actuator

|-- org.springframework.boot:spring-boot-starter-web

|-- io.micrometer:micrometer-registry-prometheus

|-- io.prometheus:simpleclient

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework:spring-orm

|-- org.springframework:spring-context-support

|-- org.springframework.boot:spring-boot-starter-websocket

|-- javax.servlet:jstl

|-- javax.resource:connector-api:1.5

|-- org.apache.commons:commons-lang3:3.9

|-- net.sf.ehcache:ehcache:2.10.6

|-- org.aspectj:aspectjweaver

|-- net.sf.dozer:dozer:5.5.1

|-- commons-fileupload:commons-fileupload:1.4

|-- joda-time:joda-time

|-- com.zaxxer:HikariCP

|-- org.springframework.cloud:spring-cloud-starter-netflix-eureka-client

|-- org.springframework.cloud:spring-cloud-starter-netflix-hystrix

|-- org.springframework:spring-jms

|-- org.springframework.boot:spring-boot-starter-data-redis

|-- redis.clients:jedis

|-- javax.jms:javax.jms-api

|-- net.logstash.logback:logstash-logback-encoder:5.3

|-- com.amazonaws:aws-java-sdk-dynamodb

|-- org.apache.poi:poi

|-- org.apache.poi:poi-ooxml

|-- io.springfox:springfox-swagger2

|-- io.springfox:springfox-swagger-ui

|-- org.jooq:jooq

test

|-- org.springframework.boot:spring-boot-starter-test

|-- junit:junit

|-- com.jayway.jsonpath:json-path

|-- com.jayway.jsonpath:json-path-assert

|-- org.hamcrest:hamcrest-all:1.3