File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 196
196
<classifier >gf-project-src</classifier >
197
197
<type >zip</type >
198
198
</dependency >
199
- <dependency >
200
- <groupId >org.glassfish.jersey.examples</groupId >
201
- <artifactId >groovy</artifactId >
202
- <version >${project.version} </version >
203
- <classifier >project-src</classifier >
204
- <type >zip</type >
205
- </dependency >
206
199
<dependency >
207
200
<groupId >org.glassfish.jersey.examples</groupId >
208
201
<artifactId >helloworld</artifactId >
743
736
</plugins >
744
737
</build >
745
738
739
+ <profiles >
740
+ <profile >
741
+ <id >groovy_jdk_11</id >
742
+ <activation >
743
+ <jdk >[11,)</jdk >
744
+ </activation >
745
+ <dependencies >
746
+ <dependency >
747
+ <groupId >org.glassfish.jersey.examples</groupId >
748
+ <artifactId >groovy</artifactId >
749
+ <version >${project.version} </version >
750
+ <classifier >project-src</classifier >
751
+ <type >zip</type >
752
+ </dependency >
753
+ </dependencies >
754
+ </profile >
755
+ </profiles >
756
+
746
757
</project >
You can’t perform that action at this time.
0 commit comments