File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
openid-connect-server-webapp Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 58
58
</excludes >
59
59
</resource >
60
60
</webResources >
61
+ <packagingExcludes >less/**</packagingExcludes >
61
62
</configuration >
62
63
</plugin >
63
64
<plugin >
86
87
<plugin >
87
88
<groupId >ro.isdc.wro4j</groupId >
88
89
<artifactId >wro4j-maven-plugin</artifactId >
89
- <version >1.8.0</version >
90
- <executions >
91
- <execution >
92
- <phase >compile</phase >
93
- <goals >
94
- <goal >run</goal >
95
- </goals >
96
- </execution >
97
- </executions >
98
90
<configuration >
99
91
<targetGroups >bootstrap,bootstrap-responsive</targetGroups >
100
92
<destinationFolder >${project.build.directory} /${project.build.finalName} </destinationFolder >
110
102
<dependency >
111
103
<groupId >ro.isdc.wro4j</groupId >
112
104
<artifactId >wro4j-extensions</artifactId >
113
- <version >1.8.0</version >
114
105
</dependency >
115
106
<dependency >
116
107
<groupId >org.mitre</groupId >
Original file line number Diff line number Diff line change 150
150
</execution >
151
151
</executions >
152
152
</plugin >
153
+ <plugin >
154
+ <groupId >ro.isdc.wro4j</groupId >
155
+ <artifactId >wro4j-maven-plugin</artifactId >
156
+ <version >1.8.0</version >
157
+ <executions >
158
+ <execution >
159
+ <phase >compile</phase >
160
+ <goals >
161
+ <goal >run</goal >
162
+ </goals >
163
+ </execution >
164
+ </executions >
165
+ </plugin >
153
166
</plugins >
154
167
</pluginManagement >
155
168
<plugins >
568
581
<artifactId >commons-io</artifactId >
569
582
<version >1.3.2</version >
570
583
</dependency >
584
+ <dependency >
585
+ <groupId >ro.isdc.wro4j</groupId >
586
+ <artifactId >wro4j-extensions</artifactId >
587
+ <version >1.8.0</version >
588
+ </dependency >
571
589
</dependencies >
572
590
</dependencyManagement >
573
591
You can’t perform that action at this time.
0 commit comments