This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Commit bb7dece 1 parent 0554fa5 commit bb7dece Copy full SHA for bb7dece
File tree 1 file changed +18
-18
lines changed
spring-native-configuration
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >org.springframework.security.experimental</groupId >
42
42
<artifactId >spring-security-oauth2-authorization-server</artifactId >
43
- <version >0.1.0</version >
43
+ <version >0.1.0</version >
44
44
<scope >provided</scope >
45
45
</dependency >
46
46
<dependency >
538
538
</dependency >
539
539
</dependencies >
540
540
541
- <build >
542
- <plugins >
543
- <plugin >
544
- <groupId >org.apache.maven.plugins</groupId >
545
- <artifactId >maven-source-plugin</artifactId >
546
- <executions >
547
- <execution >
548
- <id >attach-sources</id >
549
- <goals >
550
- <goal >jar</goal >
551
- </goals >
552
- <phase >package</phase >
553
- </execution >
554
- </executions >
555
- </plugin >
556
- </plugins >
557
- </build >
541
+ <build >
542
+ <plugins >
543
+ <plugin >
544
+ <groupId >org.apache.maven.plugins</groupId >
545
+ <artifactId >maven-source-plugin</artifactId >
546
+ <executions >
547
+ <execution >
548
+ <id >attach-sources</id >
549
+ <goals >
550
+ <goal >jar</goal >
551
+ </goals >
552
+ <phase >package</phase >
553
+ </execution >
554
+ </executions >
555
+ </plugin >
556
+ </plugins >
557
+ </build >
558
558
559
559
<repositories >
560
560
<repository >
You can’t perform that action at this time.
0 commit comments