Skip to content

Commit

Permalink
Manage locale-cldr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
foal committed Dec 12, 2020
1 parent 7fe56c3 commit 6ac5dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion demo/time02.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<dependency>
<groupId>org.jresearch.gwt.locale</groupId>
<artifactId>org.jresearch.gwt.locale.cldr</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jresearch.gwt.time</groupId>
Expand Down
1 change: 0 additions & 1 deletion demo/time04.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>org.jresearch.gwt.locale</groupId>
<artifactId>org.jresearch.gwt.locale.cldr</artifactId>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.elemental2</groupId>
Expand Down
6 changes: 6 additions & 0 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
<artifactId>org.jresearch.gwt.locale</artifactId>
<version>${gwt-locale.ver}</version>
</dependency>
<dependency>
<groupId>org.jresearch.gwt.locale</groupId>
<artifactId>org.jresearch.gwt.locale.cldr</artifactId>
<version>${gwt-locale-cldr.ver}</version>
</dependency>
<dependency>
<groupId>org.jresearch.gwt.time</groupId>
<artifactId>org.jresearch.gwt.time.apt.annotation</artifactId>
Expand Down Expand Up @@ -354,5 +359,6 @@
<gwt-slf4j.ver>1.0.1</gwt-slf4j.ver>
<time.apt.ver>2.0.5-SNAPSHOT</time.apt.ver>
<gwt-locale.ver>1.0.2-SNAPSHOT</gwt-locale.ver>
<gwt-locale-cldr.ver>1.0.1-SNAPSHOT</gwt-locale-cldr.ver>
</properties>
</project>

0 comments on commit 6ac5dff

Please sign in to comment.