Switch to unified view
a/pom.xml | b/pom.xml | ||
---|---|---|---|
... |
... |
||
105 | <artifactId>xbjlib</artifactId> |
105 | <artifactId>xbjlib</artifactId> |
106 | <version>1.1.1</version> |
106 | <version>1.1.1</version> |
107 | <type>jar</type> |
107 | <type>jar</type> |
108 | </dependency> |
108 | </dependency> |
109 | 109 | ||
110 | 110 | <dependency> |
|
111 | <groupId>redis.clients</groupId> |
||
112 | <artifactId>jedis</artifactId> |
||
113 | <version>2.9.0</version> |
||
114 | </dependency> |
||
111 | 115 | ||
112 | </dependencies> |
116 | </dependencies> |
113 | 117 | ||
114 | 118 | ||
115 | </project> |
119 | </project> |