-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.gradle
139 lines (95 loc) · 4.82 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
plugins {
id 'org.springframework.boot' version '2.7.3'
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
id 'java'
}
group = 'com.project'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
mavenCentral()
}
dependencies {
// https://mvnrepository.com/artifact/org.apache.poi/poi
implementation 'org.apache.poi:poi:4.1.2'
//READ MULTIPARTFILE
implementation 'org.webjars.npm:vega-projection:1.4.5'
implementation 'org.webjars.npm:turf__projection:6.5.0'
implementation 'org.webjars.npm:d3-geo-projection:3.0.0'
implementation 'com.lightbend.akka:akka-projection_2.13:0.1'
implementation 'com.lightbend.akka:akka-projection-eventsourced_2.13:1.2.2'
// https://mvnrepository.com/artifact/com.google.oauth-client/google-oauth-client
annotationProcessor 'com.speedment.jpastreamer:projection:1.0.2'
//compile group: 'org.json', name: 'json', version: '20090211'
implementation 'org.json:json:20210307'
// https://mvnrepository.com/artifact/th.co.geniustree.springdata.jpa/specification-with-projections
implementation 'th.co.geniustree.springdata.jpa:specification-with-projections:2.0.2'
// https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-resources-plugin
implementation group: 'org.apache.maven.plugins', name: 'maven-resources-plugin', version: '3.2.0'
//AmazonS3
implementation platform('com.amazonaws:aws-java-sdk-bom:1.11.1000')
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-rest
implementation 'org.springframework.boot:spring-boot-starter-data-rest:2.7.3'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation group: 'javax.mail', name: 'mail', version: '1.5.0-b01'
implementation 'org.springframework.boot:spring-boot-starter-mail:2.7.3'
implementation('mysql:mysql-connector-java')
runtimeOnly 'com.h2database:h2'
compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
testCompileOnly 'org.projectlombok:lombok:1.18.22'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
implementation 'com.auth0:java-jwt:4.0.0'
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
implementation 'com.warrenstrange:googleauth:1.4.0'
implementation 'com.google.zxing:core:2.0'
implementation group: 'com.google.zxing', name: 'core', version: '3.4.0'
implementation 'com.solvoj.zxing-java6:zxing-parent-java6:3.2.0'
implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2017.19'
// https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports
implementation 'net.sf.jasperreports:jasperreports:6.20.0'
// https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports-fonts
implementation 'net.sf.jasperreports:jasperreports-fonts:6.20.0'
implementation group: 'xalan', name: 'xalan', version: '2.7.2'
// https://mvnrepository.com/artifact/javax.faces/jsf-api
compileOnly 'javax.faces:jsf-api:2.1'
//Thanks for using https://jar-download.com
//Thanks for using https://jar-download.com
//Thanks for using https://jar-download.com
// https://mvnrepository.com/artifact/com.google.zxing/core
implementation 'com.google.zxing:core:3.5.0'
// https://mvnrepository.com/artifact/com.github.wnameless/workbook-accessor
implementation 'com.github.wnameless:workbook-accessor:1.5.0'
implementation group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.19'
// https://mvnrepository.com/artifact/net.sf.cssbox/pdf2dom
implementation group: 'net.sf.cssbox', name: 'pdf2dom', version: '2.0.1'
// https://mvnrepository.com/artifact/com.lowagie/itext
implementation 'com.lowagie:itext:4.2.2'
// https://mvnrepository.com/artifact/com.lowagie/itext
implementation group: 'com.lowagie', name: 'itext', version: '4.2.1'
implementation group: 'com.lowagie', name: 'itext', version: '2.1.5'
// https://mvnrepository.com/artifact/com.itextpdf/itextpdf
implementation 'com.itextpdf:itextpdf:5.5.13.3'
// https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-all
implementation group: 'org.apache.xmlgraphics', name: 'batik-all', version: '1.14', ext: 'pom'
runtimeOnly 'mysql:mysql-connector-java'
annotationProcessor 'org.projectlombok:lombok'
}
tasks.named('test') {
useJUnitPlatform()
}