-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
45 lines (39 loc) · 1.56 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.briup</groupId>
<artifactId>SmartHome5</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>SmartHome</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>com.briup</groupId>
<artifactId>ojdbc14</artifactId>
<version>14</version>
<scope>system</scope>
<systemPath>E:\大四实训\基地文档\物联网环境监测数据中心项目\jar\ojdbc14.jar</systemPath>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>system</scope>
<systemPath>E:\大四实训\基地文档\物联网环境监测数据中心项目\jar\log4j-1.2.17.jar</systemPath>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>system</scope>
<systemPath>E:\大四实训\基地文档\物联网环境监测数据中心项目\jar\dom4j-1.6.1.jar</systemPath>
</dependency>
<dependency>
<groupId>com.briup</groupId>
<artifactId>smart_home_woss</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>E:\大四实训\基地文档\物联网环境监测数据中心项目\jar\smart_home_woss.jar</systemPath>
</dependency>
</dependencies>
</project>