Skip to content

Commit 9e195ba

Browse files
committed
Removing dev dependencies from pom files
1 parent f46002d commit 9e195ba

File tree

3 files changed

+1
-57
lines changed

3 files changed

+1
-57
lines changed

mybatis-spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,5 @@
7979
<artifactId>junit</artifactId>
8080
<scope>test</scope>
8181
</dependency>
82-
<!-- Just needed to use to run the project with MyBatis snapshots in eclipse -->
83-
<dependency>
84-
<groupId>ognl</groupId>
85-
<artifactId>ognl</artifactId>
86-
<version>3.1.2</version>
87-
<scope>test</scope>
88-
<exclusions>
89-
<exclusion>
90-
<groupId>javassist</groupId>
91-
<artifactId>javassist</artifactId>
92-
</exclusion>
93-
</exclusions>
94-
</dependency>
95-
<dependency>
96-
<groupId>org.javassist</groupId>
97-
<artifactId>javassist</artifactId>
98-
<version>3.20.0-GA</version><!--$NO-MVN-MAN-VER$-->
99-
<scope>test</scope>
100-
</dependency>
10182
</dependencies>
10283
</project>

mybatis-spring-boot-autoconfigure/src/site/xdoc/index.xml.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class SampleMybatisApplication implements CommandLineRunner {
151151
See more about it in the <a href="http://www.mybatis.org/spring/mappers.html#scan">MyBatis-Spring reference page.</a></p>
152152

153153
<p>MyBatis-Boot-Starter will not start the scanning process if it finds at least one <code>MapperFactoryBean</code> in the
154-
Spring's context so if you want to stop the scanning at all you should register your mappers explicitly with @Bean methods.</p>
154+
Spring's context so if you want to stop the scanning at all you should register your mappers explicitly with <code>@Bean</code> methods.</p>
155155
</subsection>
156156

157157
<subsection name="Using an SqlSession">

pom.xml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -82,41 +82,4 @@
8282
</dependencies>
8383
</dependencyManagement>
8484

85-
<repositories>
86-
<repository>
87-
<snapshots>
88-
<enabled>true</enabled>
89-
</snapshots>
90-
<id>spring-snapshots</id>
91-
<name>Spring Snapshots</name>
92-
<url>http://repo.spring.io/snapshot</url>
93-
</repository>
94-
<repository>
95-
<snapshots>
96-
<enabled>false</enabled>
97-
</snapshots>
98-
<id>spring-milestones</id>
99-
<name>Spring Milestones</name>
100-
<url>http://repo.spring.io/milestone</url>
101-
</repository>
102-
</repositories>
103-
104-
<pluginRepositories>
105-
<pluginRepository>
106-
<snapshots>
107-
<enabled>true</enabled>
108-
</snapshots>
109-
<id>spring-snapshots</id>
110-
<name>Spring Snapshots</name>
111-
<url>http://repo.spring.io/snapshot</url>
112-
</pluginRepository>
113-
<pluginRepository>
114-
<snapshots>
115-
<enabled>false</enabled>
116-
</snapshots>
117-
<id>spring-milestones</id>
118-
<name>Spring Milestones</name>
119-
<url>http://repo.spring.io/milestone</url>
120-
</pluginRepository>
121-
</pluginRepositories>
12285
</project>

0 commit comments

Comments
 (0)