Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to MP6 and JEE10 #200

Merged
merged 6 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update version
gkwan-ibm committed Apr 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a33f1ff6bd14e1487d03781fe45a4b53ceb09ee9
10 changes: 10 additions & 0 deletions finish/backendServices/pom.xml
Original file line number Diff line number Diff line change
@@ -69,6 +69,12 @@
<version>10.16.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>10.16.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
@@ -90,6 +96,10 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
</dependency>
</copyDependencies>
</configuration>
</plugin>
10 changes: 10 additions & 0 deletions start/backendServices/pom.xml
Original file line number Diff line number Diff line change
@@ -69,6 +69,12 @@
<version>10.16.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>10.16.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
@@ -90,6 +96,10 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
</dependency>
</copyDependencies>
</configuration>
</plugin>