We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b9b6c commit 7a225e5Copy full SHA for 7a225e5
1 file changed
openid-connect-server-webapp/pom.xml
@@ -94,15 +94,18 @@
94
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>
95
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
96
</configuration>
97
+ <dependencies>
98
+ <dependency>
99
+ <groupId>ro.isdc.wro4j</groupId>
100
+ <artifactId>wro4j-extensions</artifactId>
101
+ <version>1.8.0</version>
102
+ </dependency>
103
+ </dependencies>
104
</plugin>
105
106
</plugins>
107
</build>
108
<dependencies>
- <dependency>
- <groupId>ro.isdc.wro4j</groupId>
- <artifactId>wro4j-extensions</artifactId>
- </dependency>
109
<dependency>
110
<groupId>org.mitre</groupId>
111
<artifactId>openid-connect-server</artifactId>
0 commit comments