Skip to content

Commit 7767f12

Browse files
committed
Removed some old references in pom.xml
1 parent c119611 commit 7767f12

26 files changed

+2755
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<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/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.sonicwall</groupId>
3+
<groupId>com.mrin</groupId>
44
<artifactId>app</artifactId>
55
<packaging>jar</packaging>
66
<version>1.0.0</version>
7-
<name>sonicwall</name>
7+
<name>Order Processing</name>
88
<properties>
99
<springfox-version>2.7.0</springfox-version>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
@swimlane/ngx-datatable@11.0.4
2+
MIT
3+
(The MIT License)
4+
5+
Copyright (c) 2016 Swimlane <info@swimlane.com>
6+
7+
Permission is hereby granted, free of charge, to any person obtaining
8+
a copy of this software and associated documentation files (the
9+
'Software'), to deal in the Software without restriction, including
10+
without limitation the rights to use, copy, modify, merge, publish,
11+
distribute, sublicense, and/or sell copies of the Software, and to
12+
permit persons to whom the Software is furnished to do so, subject to
13+
the following conditions:
14+
15+
The above copyright notice and this permission notice shall be
16+
included in all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
19+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
26+
@angular/core@5.1.0-beta.1
27+
MIT
28+
MIT
29+
30+
@angular/platform-browser@5.1.0-beta.1
31+
MIT
32+
MIT
33+
34+
@angular/common@5.1.0-beta.1
35+
MIT
36+
MIT
37+
38+
webpack@3.8.1
39+
MIT
40+
Copyright JS Foundation and other contributors
41+
42+
Permission is hereby granted, free of charge, to any person obtaining
43+
a copy of this software and associated documentation files (the
44+
'Software'), to deal in the Software without restriction, including
45+
without limitation the rights to use, copy, modify, merge, publish,
46+
distribute, sublicense, and/or sell copies of the Software, and to
47+
permit persons to whom the Software is furnished to do so, subject to
48+
the following conditions:
49+
50+
The above copyright notice and this permission notice shall be
51+
included in all copies or substantial portions of the Software.
52+
53+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
54+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
56+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
57+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
58+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60+
61+
core-js@2.5.1
62+
MIT
63+
Copyright (c) 2014-2017 Denis Pushkarev
64+
65+
Permission is hereby granted, free of charge, to any person obtaining a copy
66+
of this software and associated documentation files (the "Software"), to deal
67+
in the Software without restriction, including without limitation the rights
68+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69+
copies of the Software, and to permit persons to whom the Software is
70+
furnished to do so, subject to the following conditions:
71+
72+
The above copyright notice and this permission notice shall be included in
73+
all copies or substantial portions of the Software.
74+
75+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
81+
THE SOFTWARE.
82+
83+
zone.js@0.8.18
84+
MIT
85+
The MIT License
86+
87+
Copyright (c) 2016 Google, Inc.
88+
89+
Permission is hereby granted, free of charge, to any person obtaining a copy
90+
of this software and associated documentation files (the "Software"), to deal
91+
in the Software without restriction, including without limitation the rights
92+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
93+
copies of the Software, and to permit persons to whom the Software is
94+
furnished to do so, subject to the following conditions:
95+
96+
The above copyright notice and this permission notice shall be included in
97+
all copies or substantial portions of the Software.
98+
99+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
105+
THE SOFTWARE.
106+
107+
clarity-icons@0.10.15
108+
MIT
109+
MIT
110+
111+
clarity-ui@0.10.15
112+
MIT
113+
MIT

0 commit comments

Comments
 (0)