File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed
devtools/common/src/main/filtered
src/main/java/io/quarkus/lambda/deployment
src/main/java/io/quarkus/lambda/runtime Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 506
506
</dependency >
507
507
<dependency >
508
508
<groupId >io.quarkus</groupId >
509
- <artifactId >quarkus-lambda-deployment</artifactId >
509
+ <artifactId >quarkus-amazon- lambda-deployment</artifactId >
510
510
<version >${project.version} </version >
511
511
</dependency >
512
512
<dependency >
513
513
<groupId >io.quarkus</groupId >
514
- <artifactId >quarkus-kotlin-deployment </artifactId >
514
+ <artifactId >quarkus-amazon-lambda-runtime </artifactId >
515
515
<version >${project.version} </version >
516
516
</dependency >
517
517
<dependency >
518
518
<groupId >io.quarkus</groupId >
519
- <artifactId >quarkus-lambda-runtime </artifactId >
519
+ <artifactId >quarkus-kotlin-deployment </artifactId >
520
520
<version >${project.version} </version >
521
521
</dependency >
522
522
Original file line number Diff line number Diff line change 130
130
" aws"
131
131
],
132
132
"groupId" : " io.quarkus" ,
133
- "artifactId" : " quarkus-lambda-deployment"
133
+ "artifactId" : " quarkus-amazon- lambda-deployment"
134
134
},
135
135
{
136
136
"name" : " Narayana JTA" ,
Original file line number Diff line number Diff line change 6
6
7
7
<parent >
8
8
<groupId >io.quarkus</groupId >
9
- <artifactId >quarkus-lambda</artifactId >
9
+ <artifactId >quarkus-amazon- lambda</artifactId >
10
10
<version >1.0.0.Alpha1-SNAPSHOT</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
- <artifactId >quarkus-lambda-deployment</artifactId >
15
- <name >Quarkus - Lambda - Deployment</name >
14
+ <artifactId >quarkus-amazon- lambda-deployment</artifactId >
15
+ <name >Quarkus - Amazon Lambda - Deployment</name >
16
16
17
17
<dependencies >
18
18
<dependency >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >io.quarkus</groupId >
28
- <artifactId >quarkus-lambda-runtime</artifactId >
28
+ <artifactId >quarkus-amazon- lambda-runtime</artifactId >
29
29
</dependency >
30
30
31
31
<dependency >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11
11
<relativePath >../../build-parent/pom.xml</relativePath >
12
12
</parent >
13
13
14
- <artifactId >quarkus-lambda</artifactId >
15
- <name >Quarkus - Lambda</name >
14
+ <artifactId >quarkus-amazon- lambda</artifactId >
15
+ <name >Quarkus - Amazon Lambda</name >
16
16
<packaging >pom</packaging >
17
17
18
18
<modules >
Original file line number Diff line number Diff line change 6
6
7
7
<parent >
8
8
<groupId >io.quarkus</groupId >
9
- <artifactId >quarkus-lambda</artifactId >
9
+ <artifactId >quarkus-amazon- lambda</artifactId >
10
10
<version >1.0.0.Alpha1-SNAPSHOT</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
14
- <artifactId >quarkus-lambda-runtime</artifactId >
15
- <name >Quarkus - Lambda - Runtime</name >
14
+ <artifactId >quarkus-amazon- lambda-runtime</artifactId >
15
+ <name >Quarkus - Amazon Lambda - Runtime</name >
16
16
17
17
<dependencies >
18
18
<dependency >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 82
82
<!-- Caching -->
83
83
<module >caffeine</module >
84
84
85
- <module >lambda</module >
85
+ <module >amazon- lambda</module >
86
86
<!-- Camel -->
87
87
<module >camel</module >
88
88
You can’t perform that action at this time.
0 commit comments