Skip to content

Commit

Permalink
Update pom.xml to latest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelkhoury committed Dec 7, 2023
1 parent d4822f5 commit 4099a26
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
14 changes: 7 additions & 7 deletions src/server-am/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>oslc-domains</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>

<!-- Swagger dependencies -->
Expand Down
14 changes: 7 additions & 7 deletions src/server-cm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>oslc-domains</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>

<!-- Swagger dependencies -->
Expand Down
14 changes: 7 additions & 7 deletions src/server-qm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -226,7 +226,7 @@
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>oslc-domains</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>

<!-- Swagger dependencies -->
Expand Down
14 changes: 7 additions & 7 deletions src/server-rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>oslc-domains</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</dependency>

<!-- Swagger dependencies -->
Expand Down

0 comments on commit 4099a26

Please sign in to comment.