summaryrefslogtreecommitdiff
path: root/dice/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dice/pom.xml')
-rw-r--r--dice/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/dice/pom.xml b/dice/pom.xml
index cf53f8a..da9d618 100644
--- a/dice/pom.xml
+++ b/dice/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -26,5 +27,10 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>bjc</groupId>
+ <artifactId>BJC-Utils2</artifactId>
+ <version>1.0.0</version>
+ </dependency>
</dependencies>
</project>