FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-debug/com.microsoft.java.debug.core/pom.xml at main · microsoft/java-debug · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
java-debug
Public
Notifications
You must be signed in to change notification settings
Fork
201
Star
408
Code
Issues
33
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-debug
/
com.microsoft.java.debug.core
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
81 lines (81 loc) · 2.95 KB
Breadcrumbs
java-debug
/
com.microsoft.java.debug.core
/
pom.xml
Copy path
File metadata and controls
81 lines (81 loc) · 2.95 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
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
>
<
parent
>
<
groupId
>com.microsoft.java</
groupId
>
<
artifactId
>java-debug-parent</
artifactId
>
<
version
>0.53.2</
version
>
</
parent
>
<
artifactId
>com.microsoft.java.debug.core</
artifactId
>
<
packaging
>jar</
packaging
>
<
name
>
${base.name}
:: Debugger Core</
name
>
<
properties
>
</
properties
>
<
build
>
<
directory
>target</
directory
>
<
outputDirectory
>target/classes</
outputDirectory
>
<
testOutputDirectory
>target/test-classes</
testOutputDirectory
>
<
sourceDirectory
>src/main/java</
sourceDirectory
>
<
testSourceDirectory
>src/test/java</
testSourceDirectory
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-failsafe-plugin</
artifactId
>
</
plugin
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-compiler-plugin</
artifactId
>
<
version
>3.7.0</
version
>
<
configuration
>
<
source
>11</
source
>
<
target
>11</
target
>
</
configuration
>
</
plugin
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-checkstyle-plugin</
artifactId
>
</
plugin
>
</
plugins
>
</
build
>
<
dependencies
>
<
dependency
>
<
groupId
>org.apache.commons</
groupId
>
<
artifactId
>commons-lang3</
artifactId
>
<
version
>3.18.0</
version
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.code.gson</
groupId
>
<
artifactId
>gson</
artifactId
>
<
version
>2.8.9</
version
>
</
dependency
>
<
dependency
>
<
groupId
>io.reactivex.rxjava2</
groupId
>
<
artifactId
>rxjava</
artifactId
>
<
version
>2.2.21</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.reactivestreams</
groupId
>
<
artifactId
>reactive-streams</
artifactId
>
<
version
>1.0.4</
version
>
</
dependency
>
<
dependency
>
<
groupId
>commons-io</
groupId
>
<
artifactId
>commons-io</
artifactId
>
<
version
>2.14.0</
version
>
</
dependency
>
<!--
Dependencies for test
-->
<
dependency
>
<
groupId
>junit</
groupId
>
<
artifactId
>junit</
artifactId
>
<
version
>4.13.1</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.easymock</
groupId
>
<
artifactId
>easymock</
artifactId
>
<
version
>3.4</
version
>
<
scope
>test</
scope
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL