Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit bf3ec25

Browse files
committedOct 17, 2019
Version update
1 parent f143ec1 commit bf3ec25

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed
 

‎.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ target/
2525
.idea/
2626
*.iml
2727
*.sublime-workspace
28-
/.settings/
29-
/.project
30-
/.classpath
28+
.settings/
29+
.project
30+
.classpath
31+
dump/

‎toop-demo-ui-dc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<vaadin.plugin.version>8.3.2</vaadin.plugin.version>
4343
<!-- If there are no local customizations, this can also be "fetch" or "cdn" -->
4444
<vaadin.widgetset.mode>local</vaadin.widgetset.mode>
45-
<jetty.version>9.4.18.v20190429</jetty.version>
45+
<jetty.version>9.4.21.v20190926</jetty.version>
4646
</properties>
4747

4848
<developers>
@@ -93,8 +93,8 @@
9393
<artifactId>gson</artifactId>
9494
</dependency>
9595
<dependency>
96-
<groupId>javax.activation</groupId>
97-
<artifactId>activation</artifactId>
96+
<groupId>com.sun.activation</groupId>
97+
<artifactId>jakarta.activation</artifactId>
9898
</dependency>
9999

100100
<!-- Test stuff -->

‎toop-demo-ui-dp/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</licenses>
3939

4040
<properties>
41-
<jetty.version>9.4.18.v20190429</jetty.version>
41+
<jetty.version>9.4.21.v20190926</jetty.version>
4242
</properties>
4343

4444
<developers>
@@ -62,8 +62,8 @@
6262
<artifactId>ph-pdf-layout4</artifactId>
6363
</dependency>
6464
<dependency>
65-
<groupId>javax.activation</groupId>
66-
<artifactId>activation</artifactId>
65+
<groupId>com.sun.activation</groupId>
66+
<artifactId>jakarta.activation</artifactId>
6767
</dependency>
6868

6969
<!-- Test stuff -->

0 commit comments

Comments
 (0)
This repository has been archived.