Skip to content

Commit 1923b54

Browse files
author
Stuart Sierra
committed
Update POM to clojure-maven-plugin 1.3.2
No longer need list of test namespaces to AOT-compile
1 parent f7a454f commit 1923b54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>com.theoryinpractise</groupId>
8989
<artifactId>clojure-maven-plugin</artifactId>
90-
<version>1.3.1</version>
90+
<version>1.3.2</version>
9191
<configuration>
9292
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
9393
<namespaces>
@@ -96,7 +96,6 @@
9696
<namespace>clojure\.contrib\.conditition\.Condition</namespace>
9797
<namespace>clojure\.contrib\.repl-ln</namespace>
9898
<namespace>clojure\.contrib\.pprint\.gen-class</namespace>
99-
<namespace>clojure\.contrib\..*test-.*</namespace>
10099
</namespaces>
101100
</configuration>
102101
<executions>

0 commit comments

Comments
 (0)