Skip to content

Commit 7a225e5

Browse files
committed
don’t pack wro4j into .war file
We use it only during compilation, not runtime
1 parent 78b9b6c commit 7a225e5

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • openid-connect-server-webapp

openid-connect-server-webapp/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,18 @@
9494
<jsDestinationFolder>${project.build.directory}/${project.build.finalName}/js/</jsDestinationFolder>
9595
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
9696
</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>
97104
</plugin>
98105

99106
</plugins>
100107
</build>
101108
<dependencies>
102-
<dependency>
103-
<groupId>ro.isdc.wro4j</groupId>
104-
<artifactId>wro4j-extensions</artifactId>
105-
</dependency>
106109
<dependency>
107110
<groupId>org.mitre</groupId>
108111
<artifactId>openid-connect-server</artifactId>

0 commit comments

Comments
 (0)