Skip to content

Commit

Permalink
chore: sync from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dpra-bot committed Dec 1, 2023
1 parent d6df21a commit d73cd79
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/cdk-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
<groupId>org.yaml</groupId>
<version>2.2</version>
</dependency>
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.4.12</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down Expand Up @@ -232,6 +242,10 @@
<name>EPL 1.0</name>
<url>https://opensource.org/licenses/eclipse-1.0.php</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
<license>
<name>(The )?Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0(.txt)?</url>
Expand Down
14 changes: 14 additions & 0 deletions examples/codecatalyst-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
<groupId>org.yaml</groupId>
<version>2.2</version>
</dependency>
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.4.12</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down Expand Up @@ -232,6 +242,10 @@
<name>EPL 1.0</name>
<url>https://opensource.org/licenses/eclipse-1.0.php</url>
</license>
<license>
<name>Eclipse Public License - v 1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
<license>
<name>(The )?Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0(.txt)?</url>
Expand Down

0 comments on commit d73cd79

Please sign in to comment.