File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<dependencies >
30
30
<dependency >
31
- <groupId >scouter</groupId >
32
- <artifactId >scouter.common </artifactId >
33
- <version >1.0 .0-SNAPSHOT</version >
31
+ <groupId >com.github. scouter-project </groupId >
32
+ <artifactId >scouter-server </artifactId >
33
+ <version >1.1 .0-SNAPSHOT</version >
34
34
</dependency >
35
35
<dependency >
36
- <groupId >scouter</groupId >
37
- <artifactId >scouter.server </artifactId >
38
- <version >1.0 .0-SNAPSHOT</version >
36
+ <groupId >com.github. scouter-project </groupId >
37
+ <artifactId >scouter-common </artifactId >
38
+ <version >1.1 .0-SNAPSHOT</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 7
7
<sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
8
8
<excludeFolder url =" file://$MODULE_DIR$/target" />
9
9
</content >
10
- <orderEntry type =" jdk" jdkName =" 1.7 " jdkType =" JavaSDK" />
10
+ <orderEntry type =" jdk" jdkName =" 1.8 " jdkType =" JavaSDK" />
11
11
<orderEntry type =" sourceFolder" forTests =" false" />
12
- <orderEntry type =" module" module-name =" scouter.common" />
13
12
<orderEntry type =" module" module-name =" scouter.server" />
14
13
<orderEntry type =" library" name =" Maven: org.scala-lang:scala-library:2.11.7" level =" project" />
14
+ <orderEntry type =" module" module-name =" scouter.common" />
15
15
<orderEntry type =" library" name =" Maven: com.github.jsqlparser:jsqlparser:0.9.4" level =" project" />
16
16
<orderEntry type =" library" name =" Maven: org.javassist:javassist:3.18.0-GA" level =" project" />
17
17
<orderEntry type =" library" name =" Maven: com.maxmind.geoip:geoip-api:1.3.1" level =" project" />
18
+ <orderEntry type =" library" name =" Maven: org.eclipse.jetty.aggregate:jetty-all:8.1.19.v20160209" level =" project" />
19
+ <orderEntry type =" library" name =" Maven: org.eclipse.jetty.orbit:javax.servlet:3.0.0.v201112011016" level =" project" />
20
+ <orderEntry type =" library" name =" Maven: com.googlecode.json-simple:json-simple:1.1.1" level =" project" />
21
+ <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12" level =" project" />
18
22
<orderEntry type =" module-library" >
19
23
<library name =" Maven: jline:jline:0.0.0" >
20
24
<CLASSES >
24
28
<SOURCES />
25
29
</library >
26
30
</orderEntry >
27
- <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12" level =" project" />
28
31
<orderEntry type =" library" scope =" TEST" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
29
32
<orderEntry type =" library" scope =" TEST" name =" Maven: org.assertj:assertj-core:2.3.0" level =" project" />
30
33
</component >
You can’t perform that action at this time.
0 commit comments