Skip to content

Commit ffefbe7

Browse files
committed
Bring referenced icons files into this project to remove the build dependency
1 parent a39da30 commit ffefbe7

File tree

4 files changed

+341
-7
lines changed

4 files changed

+341
-7
lines changed

gui/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@
1919
<artifactId>jvm-commons</artifactId>
2020
<version>${project.version}</version>
2121
</dependency>
22-
<dependency>
23-
<groupId>com.elderresearch.commons</groupId>
24-
<artifactId>eri-commons-icons-eri-16</artifactId>
25-
<version>1.2.0</version>
26-
</dependency>
2722
</dependencies>
2823
</project>

gui/src/main/java/com/compassion/commons/gui/CountryFlags.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import org.apache.commons.lang3.reflect.FieldUtils;
66

77
import com.compassion.commons.ReflectionUtils;
8-
import com.elderresearch.commons.icons.eri.IconsERI;
9-
import com.elderresearch.commons.icons.eri.IconsFlags;
8+
import com.compassion.commons.gui.icons.IconsERI;
9+
import com.compassion.commons.gui.icons.IconsFlags;
1010

1111
import lombok.experimental.UtilityClass;
1212

0 commit comments

Comments
 (0)